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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Webaze Shortlinks",
  "description": "Simply create shortlinks with custom domains and different options. Powered by Webaze.net",
  "version": "0.1.0",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "homepage_url": "https://webaze.net",
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png"
  }
}