Replace bookmark webextensions Firefox

Examine source code of Replace bookmark webextensions

Inspect and view changes in Replace bookmark webextensions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Replace bookmark",
  "version": "1.0",
  "description": "Replace a bookmark's content without creating a new one",
  "developer": {
    "name": "Gonzalo Bruno",
    "url": "https://github.com/gonzabruno"
  },
  "author": "Gonzalo Bruno",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "notifications",
    "history"
  ],
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "Replace bookmark",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background.js",
      "popup.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{169f6315-987e-43b0-9500-2e63dcca9360}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Replace bookmark webextensions Alternatives

Here are some Firefox add-ons that are similar to Replace bookmark webextensions: