{
  "name": "Tiberius's PWA PWD",
  "short_name": "Tiberius - PWD",
  "description": "A Progressive Web App that simulates a desktop environment. The application is made as a school assignment.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "orientation": "any",
  "icons": [
    {
      "src": "pwaimages/desktop144.png",
      "attribution": "https://www.flaticon.com/free-icon/desktop_3037929?term=desktop&related_id=3037929",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwaimages/desktop192.png",
      "attribution": "https://www.flaticon.com/free-icon/desktop_3037929?term=desktop&related_id=3037929",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwaimages/desktop.png",
      "attribution": "https://www.flaticon.com/free-icon/desktop_3037929?term=desktop&related_id=3037929",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "pwaimages/screenshot.png",
      "sizes": "3360x1874",
      "type": "image/png",
      "label": "Desktop View",
      "form_factor": "wide"
    },
    {
      "src": "pwaimages/screenshot_narrow.png",
      "sizes": "724x1566",
      "type": "image/png",
      "label": "Mobile View",
      "form_factor": "narrow"
    }
  ]
}