Notificaciones Chrome

Notificaciones Chrome

Notificaciones Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notificaciones Chrome",
  "short_name": "Notificaciones Chrome",
  "description": "Notificaciones Chrome",
  "version": "1.0.3",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon-extension-entel-16.png",
    "48": "img/icon-extension-entel-48.png",
    "128": "img/icon-extension-entel-128.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "identity",
    "identity.email",
    "notifications",
    "https://notifications-chrome.appspot.com/registrations",
    "https://storage.googleapis.com/notifications-chrome.appspot.com/*/*"
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/icon-extension-entel.png"
    },
    "default_title": "Notificaciones Chrome",
    "default_popup": "menu.html"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "web_accessible_resources": [
    "img/*",
    "js/*",
    "css/*"
  ]
}