Accropolis

Accropolis

Cette extension vous informe dès qu'un live est en cours !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_title__",
  "version": "1.3",
  "default_locale": "fr",
  "description": "__MSG_description__",
  "icons": {
    "48": "icons/accropolis48.png",
    "96": "icons/accropolis96.png"
  },
  "permissions": [
    "notifications"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.js",
      "main.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/accropolis96.png",
    "default_title": "__MSG_title__"
  }
}