{
  "name": "Phoenix Contact Arena Lichtsteuerung",
  "short_name": "Arena Licht",
  "description": "Lichtsteuerung für die Phoenix Contact Arena über Gira HomeServer 4.13",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#222222",
  "theme_color": "#00bcd4",
  "orientation": "landscape",
  "scope": "./",
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "screenshots/ipad.png",
      "sizes": "1024x768",
      "type": "image/png"
    }
  ],
  "categories": ["utilities", "productivity"],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Alle Lichter aus",
      "short_name": "Aus",
      "description": "Schaltet alle Lichter aus",
      "url": "./?action=all-off",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Spielfeld 100%",
      "short_name": "Spielfeld",
      "description": "Spielfeld auf 100%",
      "url": "./?action=spielfeld-100",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}