Examine source code of My Webmarks

Inspect and view changes in My Webmarks 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
{
  "name": "My Webmarks",
  "version": "2.0",
  "description": "Web bookmark for your favorite websites",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "webmarks_48.png",
    "96": "webmarks_96.png"
  },
  "browser_action": {
    "default_title": "Bookamark this page"
  },
  "manifest_version": 2
}