Examine source code of Book Spot

Inspect and view changes in Book Spot 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": "arkanchandiah@example.com"
    }
  },
  "manifest_version": 3,
  "name": "Book Spot",
  "version": "1.0",
  "description": "Book Spot use the fire fox bookmarks API to search through, save and remove bookmarks from the user's bookmark tree.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "bookmarks"
  ]
}