{
  "name": "BarkPark - Social Network for Dogs",
  "short_name": "BarkPark",
  "description": "The world's only social network for dogs. Share moments, find playmates, and track your pup's health.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "pets", "lifestyle"],
  "screenshots": [
    {
      "src": "/screenshot-feed.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "label": "BarkPark Feed"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Post",
      "short_name": "Post",
      "description": "Share a new moment",
      "url": "/feed?action=create",
      "icons": [{ "src": "/icon-post-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Medical Vault",
      "short_name": "Medical",
      "description": "Access health records",
      "url": "/medical",
      "icons": [{ "src": "/icon-medical-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Parks Map",
      "short_name": "Parks",
      "description": "Find dog parks nearby",
      "url": "/parks",
      "icons": [{ "src": "/icon-park-96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/feed?share=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
