{
  "name": "DiscountMap - Find Your Savings",
  "short_name": "DiscountMap",
  "description": "Make photos of discounts and share them with others!",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ececec",
  "theme_color": "#ff4f3a",
  "lang": "en",
  "categories": ["shopping", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "icons/icon192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Share a Discount",
      "short_name": "Share",
      "description": "Share a new discount with community",
      "url": "./index.html?action=add",
      "icons": [{ "src": "icons/icon192.png", "sizes": "192x192" }]
    },
    {
      "name": "Discount Map",
      "short_name": "Map",
      "description": "See shared discounts on a map",
      "url": "./index.html?action=map",
      "icons": [{ "src": "icons/icon192.png", "sizes": "192x192" }]
    }
  ]
}
