{
  "short_name": "ECOWEB APP",
  "name": "Ecoweb APP - Plataforma Analítica da ECOMETRIA",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "favicon32x32.png",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "favicon24x24.png",
      "sizes": "24x24",
      "type": "image/x-icon"
    },
    {
      "src": "favicon16x16.png",
      "sizes": "16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon144x144.png",
      "sizes": "144x144"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "permissions": [
    "alarms",
    "notifications"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "My Alarm"
  }
}