{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "The Loop Locals",
  "short_name": "Loop Locals",
  "description": "Ground Truth by Real Locals. Live map, Truth Drops, Pulse Feed, and Circle of Trust — urban intelligence for your neighborhood.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1A7A3C",
  "background_color": "#FBFBFD",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["social", "navigation", "lifestyle"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "The Loop Locals — Live Map & Pulse Feed"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Map",
      "short_name": "Map",
      "description": "Open the Live Map",
      "url": "/map",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pulse Feed",
      "short_name": "Pulse",
      "description": "See the latest Truth Drops from your Circle",
      "url": "/pulse",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Privacy Policy",
      "short_name": "Privacy",
      "description": "View our Privacy Policy and data disclosures",
      "url": "/privacy",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.thelooplocals.mobile",
      "id": "com.thelooplocals.mobile"
    }
  ]
}
