即時警報システム Pone by BSC24

即時警報システム Pone by BSC24

即時警報システム Pone by BSC24

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "即時警報システム Pone by BSC24",
  "version": "3.4.0",
  "manifest_version": 2,
  "description": "即時警報システム Pone by BSC24",
  "icons": {
    "128": "pone128.png"
  },
  "browser_action": {
    "default_icon": "pone128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "jquery.min.js",
      "pone.js"
    ]
  },
  "permissions": [
    "notifications",
    "tabs"
  ],
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "homepage_url": "https://ch.nicovideo.jp/bousai-share/blomaga/ar1934799"
}