{
  "name": "Crumbs — Check the Vibe, Yap the Vibe",
  "short_name": "Crumbs",
  "description": "Share links with your circles. Check the vibe, yap the vibe.",
  "display": "standalone",
  "start_url": "/",
  "background_color": "#000000",
  "theme_color": "#CCFF00",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Share a Crumb",
      "short_name": "Add",
      "description": "Share a new link",
      "url": "/?action=add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Circles",
      "short_name": "Circles",
      "description": "View all your circles",
      "url": "/?action=circles",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["social", "entertainment"]
}
