{
  "name": "NearBy — Hyperlocal Tasks",
  "short_name": "NearBy",
  "description": "Post tasks and get help from people nearby",
  "start_url": "/home",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#121212",
  "theme_color": "#1DB954",
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128",  "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192",  "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512",  "type": "image/png", "purpose": "maskable any" }
  ],
  "screenshots": [],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Post a Task",
      "url": "/tasks/create",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Browse Tasks",
      "url": "/home",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
