Gius

Gius

Pour savoir quand Gius lance un stream !

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_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.0.1",
  "background": {
    "scripts": [
      "res/js/background.js"
    ]
  },
  "default_locale": "fr",
  "icons": {
    "16": "res/img/default_16.png",
    "48": "res/img/default_48.png",
    "128": "res/img/default_128.png",
    "256": "res/img/default_256.png"
  },
  "permissions": [
    "notifications",
    "storage"
  ],
  "optional_permissions": [
    "background"
  ],
  "options_ui": {
    "page": "res/html/right_click_icon_settings.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "res/img/offline.png",
    "default_popup": "res/html/popup.html"
  }
}