{
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "fullscreen",
  "display_override": ["window-controls-overlay"],
  "orientation": "portrait",
  "scope": "./",
  "start_url": "https://dev.4thventure.com/as/",
  "name": "Application Shell",
  "short_name": "AS",
  "description": "Application shell to help create UI with SolidJS",
  "icons": [
    {
      "src": "./images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./images/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "./images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "./images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots" : [{}],
  "shortcuts": [
    {
      "name": "Setup",
      "url": "/setup",
      "description": "Setup applicaton with different sensors and controllers"
    }
  ],
  "iarc_rating_id": " ",
  "related_applications": [{ }],
  "protocol_handlers": [{}]
}
