{
  "name": "McDonald's Coupons",
  "short_name": "Coupons",
  "description": "McDonald's Coupon Verwaltung",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1A1110",
  "theme_color": "#1A1110",
  "icons": [
    {
      "src": "/img/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hinzufügen",
      "short_name": "Neu",
      "description": "Neuen Coupon hinzufügen",
      "url": "/?action=add",
      "icons": [
        {
          "src": "/img/icons/shortcut-add.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Einstellungen",
      "short_name": "Einstellungen",
      "description": "App-Einstellungen öffnen",
      "url": "/settings",
      "icons": [
        {
          "src": "/img/icons/shortcut-settings.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
