Examine source code of はてなブログの購読ブログショートカット(非公式)

Inspect and view changes in はてなブログの購読ブログショートカット(非公式) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "はてなブログの購読中のブログをサッと読むための拡張です",
  "manifest_version": 2,
  "name": "はてなブログの購読ブログショートカット(非公式)",
  "permissions": [
    "https://blog.hatena.ne.jp/*",
    "tabs",
    "alarms"
  ],
  "version": "1.0.3",
  "background": {
    "page": "contents/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}