{
  "name": "PWA kam tridit",
  "short_name": "pockamtridit.knahledu.cz",
  "id": "kamtridit",
  "start_url": "./",
  "background_color": "#ffffff",
  "display": "standalone",
  "display_override": ["tabbed"],
  "tab_strip": {
    "new_tab_button": {
      "url": "/"
    }
  },
  "orientation": "portrait",
  "dir": "ltr",
  "scope": "/",
  "theme_color": "#ffffff",
  "lang": "en-US",
  "categories": [
    "navigation",
    "utilities"
  ],
  "description": "The app is itself a Progressive Web App which means it can be installed to the home screen of your mobile device or to your desktop.",
  "related_applications": [{
      "platform": "webapp",
      "url": "https://pockamtridit.knahledu.cz/manifest.json"
    }
  ],
  "icons": [
    {
      "src": "src/img/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "src/img/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "src/img/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "src/img/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Geolocation",
      "short_name": "Geolocation",
      "description": "Geolocation enables users to share their location with a web app",
      "url": "",
      "icons": [
        {
          "src": "/src/img/icons/geolocation-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Authentication",
      "short_name": "Authentication",
      "description": "The Web Authentication API enables passwordless authentication",
      "url": "/authentication",
      "icons": [
        {
          "src": "/src/img/icons/authentication-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Info",
      "short_name": "Info",
      "description": "Information on what a PWA is",
      "url": "/info",
      "icons": [
        {
          "src": "/src/img/icons/info-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "auto",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "file_handlers": [
    {
      "action": "/file-handling",
      "accept": {
        "image/pgn": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"]
      },
      "icons": [

      ],
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+pwatoday",
      "url": "/protocol-handler-page?type=%s"
    }
  ]
}
