テレビ番組表

テレビ番組表

Gガイド.テレビ王国(テレビ番組表)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon32.png",
    "default_popup": "index.html"
  },
  "description": "Gガイド.テレビ王国(テレビ番組表)",
  "manifest_version": 2,
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "name": "テレビ番組表",
  "options_page": "option.html",
  "permissions": [
    "http://tv.so-net.ne.jp/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.0.2"
}