{
  "name": "Motorcoach Club",
  "short_name": "Motorcoach",
  "description": "Connect with fellow Prevost owners, share builds, and get expert advice",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["social", "lifestyle", "automotive"],
  "icons": [
    {
      "src": "/pwa-icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/pwa-icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Post",
      "short_name": "Post",
      "description": "Create a new post",
      "url": "/posts/new",
      "icons": [{ "src": "/pwa-icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Coach Gallery", 
      "short_name": "Coaches",
      "description": "Browse motorcoach gallery",
      "url": "/coaches",
      "icons": [{ "src": "/pwa-icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile", 
      "description": "View your profile",
      "url": "/profile",
      "icons": [{ "src": "/pwa-icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}