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
{
  "manifest_version": 2,
  "name": "hatebu",
  "version": "0.1.0",
  "description": "Hatena bookmark opener for Android Firefox",
  "homepage_url": "https://github.com/yukihane/hatebu-webextensions",
  "icons": {
    "64": "icon/icon.svg"
  },
  "permissions": [
    "alarms",
    "tabs",
    "notifications",
    "<all_urls>"
  ],
  "page_action": {
    "default_icon": "icon/icon.svg",
    "default_title": "hatebu"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}