Examine source code of LinkMarks - Bookmark Manager

Inspect and view changes in LinkMarks - Bookmark Manager 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LinkMarks - Bookmark Manager",
  "short_name": "LinkMarks",
  "version": "0.0.3",
  "manifest_version": 3,
  "description": "Bookmark & Share your favorite links using this extension",
  "icons": {
    "16": "link-symbol-16.png",
    "48": "link-symbol-48.png",
    "128": "link-symbol-128.png"
  },
  "permissions": [
    "activeTab",
    "cookies",
    "tabs"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "browser_action": {
    "default_title": "Bookmark your favorite links",
    "default_icon": "link-symbol-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}