iProfesional.com

iProfesional.com

iProfesional.com para Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iProfesional.com",
  "description": "iProfesional.com para Google Chrome",
  "icons": {
    "128": "128.png"
  },
  "version": "1.7",
  "author": "iProfesional.com",
  "browser_action": {
    "default_icon": "128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "general.js",
      "notification_core.js",
      "jquery-1.10.2.min.js"
    ]
  },
  "permissions": [
    "notifications",
    "storage",
    "https://www.iprofesional.com/",
    "https://www.iprofesional.com/adjuntos/app/",
    "https://www.iprofesional.com/adjuntos/app/iprochrome.xml"
  ]
}