Examine source code of Mini bookmarks for browser with quick access

Inspect and view changes in Mini bookmarks for browser with quick access 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": "__MSG_appName__",
  "version": "3.0",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 2,
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Mini-bookmarks for browser",
    "default_icon": {
      "16": "16.png",
      "128": "128.png"
    },
    "default_popup": "popup.html"
  }
}