{
  "id": "/?source=pwa",
  "name": "StoresLocal - Local Shopping, Dining & Services",
  "short_name": "StoresLocal",
  "description": "Your all-in-one neighborhood marketplace. Discover and support local restaurants, retail shops, grocery stores, boutique outlets, and trusted service professionals—from mechanics to salons—with instant ordering, real-time tracking, on-demand appointments, and live local shopping.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "categories": ["shopping", "food", "business", "lifestyle"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "StoresLocal Marketplace Desktop Experience"
    },
    {
      "src": "/images/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StoresLocal Marketplace Mobile Experience"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Neighborhood",
      "short_name": "Explore",
      "description": "Browse local stores and services",
      "url": "/hub",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View live delivery tracking and past orders",
      "url": "/profile?tab=orders",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your shopping bag",
      "url": "/cart",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "scope_extensions": [
    { "origin": "*.storeslocal.com" },
    { "origin": "cdn.storeslocal.com" },
    { "origin": "storeslocal.com" }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+storeslocal",
      "url": "/?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "name": "StoresLocal Backup or Receipt",
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "accept": {
        "application/json": [".json"]
      }
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://storeslocal.com/manifest.json"
    }
  ],
  "iarc_rating_id": "e58c174a-6136-4078-a006-25f0e9b9c9f6",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/?mode=note"
  },
  "widgets": [
    {
      "name": "StoresLocal Deals & Stores",
      "short_name": "Deals",
      "description": "Quick access to local deals and nearby stores",
      "tag": "storeslocal-deals",
      "template": "widget-deals",
      "ms_ac_template": "widgets/deals.json",
      "data": "/api/cms/tenant-site/storeslocal",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/images/screenshot-wide.png",
          "sizes": "1280x720",
          "label": "StoresLocal Deals Widget"
        }
      ],
      "icons": [
        {
          "src": "/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
