{
  "name": "StillDeals",
  "short_name": "StillDeals",
  "description": "Community-Deals, Scanner, Preisvergleich und Einkaufsplanung als mobile Web-App.",
  "id": "./index.html",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#FF6200",
  "icons": [
    {
      "src": "./iconsd.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./iconsd.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "Scanner starten",
      "short_name": "Scanner",
      "url": "./index.html#scanner",
      "icons": [
        {
          "src": "./iconsd.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Einkaufsplaner",
      "short_name": "Planer",
      "url": "./index.html#planner",
      "icons": [
        {
          "src": "./iconsd.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
