Inspect and view changes in Hatebu My Bookmark 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",
"manifest_version": 2,
"name": "Hatebu My Bookmark",
"description": "自分のブックマークを閲覧する非公式エクステンション",
"version": "1.0",
"options_page": "option.html",
"browser_action": {
"default_icon": {
"19": "images/icon19.png"
},
"default_title": "HMB",
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"storage",
"*://*.hatena.ne.jp/*"
],
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
}