{
  "name": "TviCheck",
  "short_name": "TviCheck",
  "description": "Testing, description will be added later.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "theme_color": "#0a140a",
  "background_color": "#0a140a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
        "src": "wide.png",
        "sizes": "1920x1080",
        "type": "image/png",
        "form_factor": "wide",
        "label": "Screenshot from Windows PC"
    },
    {
      "src": "narrow.png",
      "sizes": "828x1792",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Screenshot from iPhone"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Home page",
      "url": "/",
      "icons": [
        {
          "src": "location.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Checker",
      "short_name": "Checker",
      "description": "Checker page",
      "url": "/checker",
      "icons": [
        {
          "src": "house.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}