{
  "name": "Reccd — Where your friends' recommendations live",
  "short_name": "Reccd",
  "description": "Films, books, restaurants — track what your friends rec and close the loop when you finish.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["social", "lifestyle", "entertainment"],
  "theme_color": "#fdf8f8",
  "background_color": "#fdf8f8",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },
  "shortcuts": [
    {
      "name": "Post a recommendation",
      "short_name": "Post rec",
      "description": "Drop a new rec into your group",
      "url": "/?action=add",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "See pending recs friends sent you",
      "url": "/?action=inbox",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
