{
  "id": "/",
  "name": "SafeNSound",
  "short_name": "SafeNSound",
  "description": "Real safety data for any address. Know before you go.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#00c805",
  "prefer_related_applications": false,
  "categories": ["lifestyle", "navigation", "utilities", "social"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Fact check any address in seconds"
    },
    {
      "src": "/screenshots/map.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "H3 safety heatmap with 7-factor scoring"
    }
  ],
  "shortcuts": [
    {
      "name": "Check Address",
      "url": "/",
      "description": "Fact check any US address"
    },
    {
      "name": "Safety Map",
      "url": "/map",
      "description": "Full interactive safety map"
    },
    {
      "name": "School Safety",
      "url": "/school-safety",
      "description": "Check safety near any school"
    }
  ]
}
