URL Params Editor

URL Params Editor

A tool of editing URL parameters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "URL Params Editor",
  "version": "2.3",
  "author": "Zijar W.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "description": "A tool of editing URL parameters.",
  "icons": {
    "48": "icons/url_params_editor_48.png",
    "96": "icons/url_params_editor_96.png",
    "512": "icons/url_params_editor_512.png"
  },
  "action": {
    "browser_style": true,
    "default_icon": "icons/url_params_editor_512.png",
    "default_title": "URL Params Editor",
    "default_popup": "popup/parameters.html",
    "theme_icons": [
      {
        "light": "icons/url_params_editor-light.svg",
        "dark": "icons/url_params_editor.svg",
        "size": 32
      }
    ]
  }
}