{
  "name": "Blokhood — Your Block. Your People. Your App.",
  "short_name": "Blokhood",
  "description": "Your residential community in one app. Dues, votes, announcements and neighbors.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e2a5a",
  "theme_color": "#1e2a5a",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "productivity", "social"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dues",
      "short_name": "Dues",
      "description": "Payments and dues screen",
      "url": "/?tab=dues",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Neighbors",
      "short_name": "Neighbors",
      "description": "Forum + announcements + neighborhood",
      "url": "/?tab=neighbors",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
