{
  "name": "Food",
  "short_name": "Food",
  "description": "The shared list, shop by shop.",
  "start_url": "/food",
  "scope": "/",
  "display": "standalone",
  "background_color": "#16140f",
  "theme_color": "#16140f",
  "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" }
  ],
  "share_target": {
    "action": "/food",
    "method": "GET",
    "params": { "title": "share_title", "text": "share_text", "url": "share_url" }
  },
  "shortcuts": [
    { "name": "Add to the list", "short_name": "Add", "url": "/food?add=1", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
