ezBookmarks v2

ezBookmarks v2

Pressure free browser bookmark management

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_ext_name__",
  "version": "1.1.0",
  "description": "__MSG_ext_description__",
  "author": "NMTuan",
  "homepage_url": "https://github.com/NMTuan/ezBookmarks2",
  "default_locale": "zh_CN",
  "permissions": [
    "bookmarks",
    "favicon",
    "history",
    "storage"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "action": {
    "default_title": "__MSG_ext_name__"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.js-loader.6dc4d40c.js",
        "assets/webcomponents-bundle.js-loader.0ac9fe29.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "pages/search.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/_plugin-vue_export-helper.16b12230.js",
        "assets/index.js.c58ba7d2.js",
        "assets/webcomponents-bundle.js.809e0994.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "commands": {
    "search": {
      "suggested_key": {
        "default": "Alt+F"
      },
      "description": "__MSG_command_search__"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}