{
  "name": "Butleren",
  "short_name": "Butleren",
  "description": "Din personlige madplan- og indkøbsassistent",
  "start_url": "./madplan.html",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#0f3460",
  "scope": ".",
  "lang": "da-DK",
  "icons": [
    {
      "src": "./butler-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./butler-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./butler-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./butler-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Madplan",
      "short_name": "Madplan",
      "description": "Se din ugentlige madplan",
      "url": "./madplan.html"
    },
    {
      "name": "Rating",
      "short_name": "Rating",
      "description": "Rate ugens retter",
      "url": "./index.html"
    }
  ]
}
