{
  "name": "Okanagan Marketplace",
  "short_name": "OK Market",
  "description": "The Valley's own marketplace — buy, sell, and gift things between Okanagan neighbours.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FBF6EC",
  "theme_color": "#0E5C7A",
  "lang": "en-CA",
  "categories": ["shopping", "lifestyle", "social"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Sell something",
      "short_name": "Sell",
      "description": "Post a new listing",
      "url": "/new"
    },
    {
      "name": "Messages",
      "short_name": "Inbox",
      "description": "Open your inbox",
      "url": "/inbox"
    }
  ],
  "screenshots": [
    {
      "src": "/hero.png",
      "type": "image/png",
      "sizes": "1568x672",
      "form_factor": "wide"
    }
  ]
}
