{
  "name": "Active Military & Veterans Playground",
  "short_name": "AMVP",
  "description": "Military veterans community platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a2e",
  "background_color": "#0f1f2e",
  "categories": ["social", "communication", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/apple-touch-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/splash/iphone-14-pro-splash.png",
      "sizes": "393x852",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AMVP Mobile Interface"
    },
    {
      "src": "/splash/ipad-splash.png",
      "sizes": "1024x1366",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AMVP Tablet Interface"
    }
  ]
}