{
  "protocol_handlers": [{ "protocol": "mailto", "url": "/newEmail?to=%s" }],
  "id": "/",
  "scope": "/",
  "name": "Tee Swap",
  "display": "standalone",
  "start_url": "/",
  "short_name": "TeeSwap",
  "theme_color": "#ffffff",
  "description": "This is a PWA Starter app",
  "orientation": "any",
  "background_color": "#ffffff",
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://play.google.com/store/apps/details?id=com.example.app1",
      "id": "tee-swap-members-id"
    }
  ],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay"],
  "serviceworker": {
    "src": "./sw.js",
    "use_cache": true,
    "use_cache_name_suffix": true,
    "ignore_query_parameters": ["utm_source", "utm_medium"],
    "fallback_html_url": "/offline.html",
    "background_sync": {
      "name": "my-background-sync"
    }
  },
  "icons": [],
  "screenshots": [
    {
      "src": "./logo512.png",
      "sizes": "1280x720",
      "type": "image/png"
    },
    {
      "src": "./logo512.png",
      "sizes": "1920x1080",
      "type": "image/png"
    }
  ],
  "features": ["Cross Platform", "fast", "simple"],
  "categories": ["entertainment", "productivity", "social"],
  "shortcuts": [
    {
      "name": "Open About",
      "short_name": "About",
      "description": "Open the about page",
      "url": "/about",
      "icons": [
        { "src": "./logo192.png", "sizes": "192x192" },
        { "src": "./logo192.png", "sizes": "96x96" }
      ]
    }
  ],
  "widgets": [
    {
      "name": "Starter Widget",
      "tag": "starterWidget",
      "ms_ac_template": "widget/ac.json",
      "data": "widget/data.json",
      "description": "A simple widget example from pwa-starter.",
      "screenshots": [
        {
          "src": "assets/screenshots/widget-screen.png",
          "sizes": "500x500",
          "label": "Widget screenshot"
        }
      ],
      "icons": [
        {
          "src": "assets/icons/48x48.png",
          "sizes": "48x48"
        }
      ]
    }
  ],
  "lang": "en",
  "dir": "ltr",
  "dir_primary": true,
  "dir_secondary": false,
  "custom_key": "custom_value",
  "edge_side_panel": {
    "url": "offline.html",
    "open_in_panel": "sidebar",
    "open_in_new_tab": false
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing, auto"]
  },
  "share_target": {},
  "file_handlers": [
    {
      "action": "/handle-image",
      "accept": {
        "mime_types": ["image/*"]
      }
    },
    {
      "action": "/handle-pdf",
      "accept": {
        "mime_types": ["application/pdf"]
      }
    }
  ],
  "iarc_rating_id": "123456",
  "scope_extensions": ["webapp"]
}
