{
  "name": "Tick Reviews",
  "short_name": "TR",
  "description": "Promoting the best business in the UK!",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "assets/img/logo/pwa.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "assets/img/favicon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "orientation": "any",
  "prefer_related_applications": false,
  "scope": "/",
  "serviceworker": {
    "src": "path/to/service-worker.js",
    "scope": "/"
  },
  "related_applications": [],
  "splash_pages": null
}
