ENTG+

ENTG+

Redevenez maître de votre ENTG !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "ENTG+",
  "version": "1.2",
  "description": "Redevenez maître de votre ENTG !",
  "permissions": [
    "tabs",
    "http://entg.sciences-po.fr/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://entg.sciences-po.fr/*"
      ],
      "js": [
        "myjquery.js",
        "mytemplates.js",
        "updateNoms.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "name": "Rename your ENTG",
    "default_popup": "popup.html",
    "default_icon": "icon128.png"
  },
  "manifest_version": 2
}