i91 Notificação

i91 Notificação

Extensão de Notificação i91

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "i91 Notificação",
  "version": "4.0.8",
  "description": "Extensão de Notificação i91",
  "homepage_url": "http://i91.com.br/",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "notifications",
    "storage",
    "cookies",
    "alarms",
    "*://*.i91.com.br/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.i91.com.br/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "require.min.js",
      "jquery.min.js",
      "jquery.signalR.min.js",
      "server.js",
      "chatHubAdapterService.js",
      "authService.js",
      "background.js"
    ]
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "48.png"
  ]
}