Examine source code of Omnibookmarks

Inspect and view changes in Omnibookmarks 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": "Omnibookmarks",
  "version": "1.0",
  "omnibox": {
    "keyword": "b"
  },
  "permissions": [
    "notifications",
    "tabs",
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  }
}