{
  "name": "Trovr",
  "short_name": "Trovr",
  "id": "com.trovr.app",
  "description": "Curated Choices for Smart Shoppers",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "scope_extensions": [
    {
      "origin": "https://trovr.live"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.trovr.app",
      "id": "com.trovr.app"
    }
  ],
  "background_color": "#ffffff",
  "theme_color": "#534AB7",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "shopping",
    "lifestyle"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "717x1600",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Trovr home screen"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "717x1600",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Trovr login page"
    },
    {
      "src": "/screenshot3.png",
      "sizes": "717x1600",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Trovr shop page"
    },
    {
      "src": "/screenshot1.png",
      "sizes": "717x1600",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Trovr home screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop",
      "url": "/?page=shop",
      "description": "Browse all products",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Wishlist",
      "url": "/?page=wishlist",
      "description": "View your wishlist",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}