Examine source code of Bookmark Widgets

Inspect and view changes in Bookmark Widgets 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
{
  "browser_specific_settings": {
    "gecko": {
      "id": "almaskhansaj@example.com"
    }
  },
  "manifest_version": 3,
  "name": "Bookmark Widgets",
  "version": "1.0",
  "description": "Bookmark Widgets Uses the fire fox bookmarks API to search through, add, and delete bookmarks from the user's bookmark tree.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "bookmarks"
  ]
}