{
  "id": "/?source=pwa",
  "name": "vorralo — Einkaufslisten gemeinsam",
  "short_name": "vorralo",
  "description": "Die werbefreie Einkaufsliste für WG, Familie und Büro. Geteilt in Echtzeit, mit Einkaufs-Historie, Geschäfts-Erkennung und Statistik. Hosting in Deutschland, kein Tracking.",
  "lang": "de",
  "dir": "ltr",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#fafaf7",
  "theme_color": "#7bb73f",
  "categories": ["lifestyle", "productivity", "shopping", "food"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "icons": [
    {
      "src": "/assets/img/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Artikel hinzufügen",
      "short_name": "Hinzufügen",
      "description": "Schnell etwas zur aktuellen Liste eintragen",
      "url": "/dashboard?source=pwa&shortcut=add",
      "icons": [
        { "src": "/assets/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Einkaufen vor Ort",
      "short_name": "Einkaufen",
      "description": "Im Geschäft abhaken, mit Geo-Erkennung",
      "url": "/dashboard?source=pwa&shortcut=shop",
      "icons": [
        { "src": "/assets/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Items-Bibliothek",
      "short_name": "Items",
      "description": "Alle Artikel mit Preisen und Aliassen",
      "url": "/items?source=pwa",
      "icons": [
        { "src": "/assets/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Geschäfte",
      "short_name": "Geschäfte",
      "description": "Lieblings-Geschäfte und Filialen verwalten",
      "url": "/stores?source=pwa",
      "icons": [
        { "src": "/assets/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "vorralo App-Icon"
    }
  ],
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "share_target": {
    "action": "/lists/share-receipt",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url",
      "files": [
        {
          "name":   "receipt",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/heic", "image/heif", "application/pdf"]
        }
      ]
    }
  }
}
