{
  "name": "Da Jawn",
  "short_name": "Da Jawn",
  "description": "Philadelphia's city app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0e",
  "theme_color": "#0a0a0e",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New post",
      "short_name": "Post",
      "description": "Compose a new post",
      "url": "/?tab=feed&compose=true",
      "icons": [{ "src": "/icons/shortcut-post.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "City alerts",
      "short_name": "Alerts",
      "description": "View neighborhood alerts",
      "url": "/?sub=alerts",
      "icons": [{ "src": "/icons/shortcut-alerts.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Today's events",
      "short_name": "Events",
      "description": "Events happening today",
      "url": "/?tab=events&filter=today",
      "icons": [{ "src": "/icons/shortcut-events.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "audio/*", "text/plain"]
        }
      ]
    }
  }
}
