{
  "id": "yyc-youth-resource-app",
  "short_name": "YouthHelp",
  "name": "Calgary Youth Resources",
  "description": "Quick access to Calgary youth resources, shelters, and food.",
  "icons": [
    {
      "src": "assets/install_icons/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "assets/install_icons/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/screenshot-mobile.png?v=12",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile Screenshot"
    },
    {
      "src": "assets/screenshots/screenshot-desktop-large.png?v=10",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Screenshot"
    }
  ],
  "start_url": "/index.html",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#ffffff"
}