{
  "name": "Happy Hour Finder",
  "short_name": "HappyHour",
  "id": "com.happyhourfinder.app",
  "description": "Find the best happy hour deals near you in Calgary",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192-any.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-any.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["food", "lifestyle", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Search Happy Hours",
      "short_name": "Search",
      "description": "Find happy hours near you",
      "url": "/search",
      "icons": [
        {
          "src": "/icons/icon-192-any.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Favorites",
      "short_name": "Favorites",
      "description": "View your favorite places",
      "url": "/favorites",
      "icons": [
        {
          "src": "/icons/icon-192-any.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
