Smart Marks

Smart Marks Uses the Fire fox API to search through, add, and delete bookmarks from the user's bookmark tree.
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": "licereo23@example.com"
    }
  },
  "manifest_version": 3,
  "name": "Smart Mark",
  "version": "1.0",
  "description": "Smart Mark Uses the Fire fox 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"
  ]
}