Cavetube Notify

Cavetube Notify

Cavetubeの通知をします。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "cover1sea",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Cavetube Notify"
  },
  "content_scripts": [
    {
      "js": [
        "js/favorite.js"
      ],
      "matches": [
        "http://*.cavelis.net/view/*",
        "http://*.cavelis.net/live/*",
        "https://*.cavelis.net/view/*",
        "https://*.cavelis.net/live/*"
      ]
    }
  ],
  "description": "Cavetubeの通知をします。",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "Cavetube Notify",
  "options_page": "options.html",
  "permissions": [
    "http://rss.cavelis.net/*",
    "storage",
    "notifications"
  ],
  "short_name": "かべつべ通知",
  "version": "1.76"
}