{
  "id": "/",
  "name": "ARKANUS OS",
  "short_name": "ARKANUS",
  "description": "Interaktives Ermittlersystem für ARKANUS-Geocaches.",

  "lang": "de-CH",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "display_override": [
    "standalone",
    "browser"
  ],

  "orientation": "portrait",

  "background_color": "#050708",
  "theme_color": "#00ffd0",

  "categories": [
    "games",
    "utilities"
  ],

  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}