クーポンチェッカー

クーポンチェッカー

対象のオンラインショッピングサイトを訪問した時にクーポン・割引品の情報を「bjam.jp」より取得しお知らせします。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.6",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "クーポンチェッカー",
    "default_icon": "img/icon-19.png",
    "default_popup": ""
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/jquery-1.9.1.js",
        "js/content/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "name": "クーポンチェッカー",
  "icons": {
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "description": "対象のオンラインショッピングサイトを訪問した時にクーポン・割引品の情報を「bjam.jp」より取得しお知らせします。",
  "homepage_url": "http://www.bjam.jp",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "http://www.bjam.jp/*"
  ],
  "web_accessible_resources": [
    "js/bg/background.js",
    "js/content/content.js",
    "img/bjam-notification-logo.png",
    "img/bjam-notification-close.png"
  ]
}