{
  "name": "GroceryBuddy",
  "short_name": "GroceryBuddy",
  "description": "Canada's crowdsourced grocery price finder",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#2D7D46",
  "theme_color": "#2D7D46",
  "orientation": "portrait-primary",
  "id": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/icons/screenshot-1280x720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Report Price",
      "short_name": "Report",
      "description": "Report a grocery price in your area",
      "url": "/app.html?action=report",
      "icons": [
        {
          "src": "/icons/report-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Find Deals",
      "short_name": "Deals",
      "description": "Find the cheapest groceries near you",
      "url": "/app.html?action=deals",
      "icons": [
        {
          "src": "/icons/deals-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Leaderboard",
      "short_name": "Leaderboard",
      "description": "See your community leaderboard rank",
      "url": "/app.html?action=leaderboard",
      "icons": [
        {
          "src": "/icons/leaderboard-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["shopping", "food", "lifestyle"],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "scope": "/",
  "prefer_related_applications": false
}
