ZdS Notificateur

ZdS Notificateur

Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP de ZesteDeSavoir sans avoir besoin d'ouvrir le site

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ZdS Notificateur",
  "version": "1.2.3",
  "manifest_version": 2,
  "description": "Extensions pour Google Chrome pour connaitre le nombre de notifications ou MP de ZesteDeSavoir sans avoir besoin d'ouvrir le site",
  "offline_enabled": false,
  "icons": {
    "16": "icons/icone_16.png",
    "48": "icons/icone_48.png",
    "128": "icons/icone_128.png"
  },
  "permissions": [
    "http://*.zestedesavoir.com/*",
    "https://*.zestedesavoir.com/*",
    "http://www.gravatar.com/*",
    "tabs",
    "alarms",
    "notifications",
    "storage"
  ],
  "options_page": "options/options.html",
  "browser_action": {
    "default_icon": "icons/icone_38.png",
    "default_title": "ZdS Notificateur",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "common.js",
      "background.js"
    ],
    "persistent": true
  }
}