{
  "name": "ORBIS",
  "short_name": "ORBIS",
  "description": "Puzzle orbitalne — układaj tor, zbieraj gwiazdki",
  "lang": "pl",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "orientation": "landscape",
  "background_color": "#F7F4EE",
  "theme_color": "#F7F4EE",
  "categories": ["games"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screen-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "prefer_related_applications": false
}
