Hatena::Notify

Hatena::Notify

Get your notifications from Hatena

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "0.0.7",
  "description": "__MSG_extDescription__",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "16.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.hatena.ne.jp/notify/notices.iframe*",
        "*://www.hatena.com/notify/notices.iframe*"
      ],
      "js": [
        "installed.content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "cookies",
    "background",
    "http://*.hatena.ne.jp/",
    "https://*.hatena.ne.jp/",
    "http://*.hatena.com/",
    "https://*.hatena.com/"
  ],
  "default_locale": "en"
}