{
  "manifest_version": 1,
  "name": "Canny Vision",
  "short_name": "CannyVision",
  "author": "Canny Vision - AI Solutions",
  "description": "Intersection Intelligence for Safer Cities",
  "start_url": "/",
  "scope": "/",
  "permissions": ["notifications","cookies","geolocation"],
    "background":{
  	  "service_worker": "serviceWorker.js"
    },
  "display": "standalone",
  "background_color": "#07080A",
  "theme_color": "#ED1A37",
  "lang": "en",
  "icons": [
    { "src": "/images/icons/icon-48x48.png",   "sizes": "48x48",   "type": "image/png" },
    { "src": "/images/icons/icon.svg",   "sizes": "72x72",   "type": "image/png" }
  ],
  "screenshots": [],
  "categories": ["productivity", "utilities"],
  "orientation": "any"
}
