Mino Stream

Mino Stream

Vous informe si je suis en live !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mino Stream",
  "description": "Vous informe si je suis en live !",
  "version": "1.3.1",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "img/icon_48.png",
    "64": "img/icon_64.png",
    "128": "img/icon_128.png"
  },
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "notifications"
  ]
}