Examine source code of PrivateBookmark

Inspect and view changes in PrivateBookmark 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,
  "applications": {
    "gecko": {
      "id": "{a37678e2-6781-4f81-ba07-bf711cb608c0}"
    }
  },
  "name": "PrivateBookmark",
  "version": "1.9resigned1",
  "author": "Lukasz Kwiatkowski",
  "incognito": "spanning",
  "description": "Opens bookmark marked as private in a new private tab.",
  "icons": {
    "76": "icons/private-bookmark.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "bookmarks",
    "storage"
  ]
}