Notificaciones Portal Proveedores

Notificaciones Portal Proveedores

Notificaciones para Portal Proveedores Colmena

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notificaciones Portal Proveedores",
  "description": "Notificaciones para Portal Proveedores Colmena",
  "manifest_version": 2,
  "version": "0.1",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "https://laboratorionh-ns.servicebus.windows.net:443/"
  ],
  "icons": {
    "128": "gcm_128.png"
  }
}