Shorten Shopping URL

Shorten Shopping URL

Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.0.2",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "action": {
    "default_icon": {
      "19": "images/icon-38.png"
    },
    "default_title": "Shorten Shopping URL"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "declarativeContent",
    "clipboardWrite",
    "scripting",
    "storage"
  ]
}