Webaze Shortlinks

Webaze Shortlinks

Simply create shortlinks with custom domains and different options. Powered by Webaze.net

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Webaze Shortlinks",
  "description": "Simply create shortlinks with custom domains and different options. Powered by Webaze.net",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "styles.css"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "homepage_url": "https://webaze.net",
  "update_URL": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}