Spoon manager helper for Chrome

Spoon manager helper for Chrome

このアプリはSpoonのマネージャー機能を助けます This app helps the manager function of Spoon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spoon manager helper for Chrome",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "このアプリはSpoonのマネージャー機能を助けます\nThis app helps the manager function of Spoon.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_title": "Spoon manager",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.spooncast.net/jp/live/*"
      ],
      "js": [
        "jquery-2.2.0.min.js",
        "content_script.js"
      ]
    }
  ],
  "options_page": "options.html",
  "permissions": []
}