{
  "id": "/",
  "start_url": "/events/",
  "scope": "/",
  "name": "Sundown — Shared Experiences",
  "short_name": "Sundown",
  "description": "Plan, save, and remember the things you do together.",
  "display": "standalone",
  "background_color": "#fbf6f0",
  "theme_color": "#c15e3f",
  "orientation": "portrait",
  "categories": ["lifestyle", "social", "productivity"],
  "share_target": {
    "action": "/bookmarks/share/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
