bookmark batch-updater

bookmark batch-updater

Utility to modify properties of multiple bookmarks at once

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Utility to modify properties of multiple bookmarks at once",
  "author": "MrOtherGuy",
  "manifest_version": 2,
  "name": "bookmark batch-updater",
  "permissions": [
    "bookmarks"
  ],
  "version": "1.0.1",
  "browser_action": {
    "default_title": "bookmark batch-updater",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  }
}