{
  "name": "Penny Tree \u2014 Dollar Tree Penny Finds",
  "short_name": "Penny Tree",
  "description": "Find Dollar Tree penny ($0.01) items and clearance deals, share hauls, and track your shopping list.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0d11",
  "theme_color": "#0b0d11",
  "categories": [
    "shopping",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan a barcode",
      "short_name": "Scan",
      "url": "/scan.php"
    },
    {
      "name": "Penny Items",
      "url": "/?view=pennies"
    },
    {
      "name": "Haul Showcase",
      "url": "/hauls.php"
    },
    {
      "name": "Shopping List",
      "url": "/shopping-list.php"
    },
    {
      "name": "Set your store",
      "short_name": "My store",
      "url": "/set-store.php"
    }
  ]
}