URL Shortener by ShortifyMe

URL Shortener by ShortifyMe

🚀🔗🌎 Craft Short and Powerful Links to Share with the World

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "URL Shortener by ShortifyMe",
  "version": "1.4",
  "description": "🚀🔗🌎 Craft Short and Powerful Links to Share with the World",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "64": "images/64x64.png"
  },
  "action": {
    "default_popup": "src/index.html",
    "default_icon": {
      "16": "images/16x16.png",
      "32": "images/32x32.png",
      "64": "images/64x64.png",
      "128": "images/128x128.png"
    }
  },
  "host_permissions": [
    "https://test-admin.shortifyme.co/*"
  ],
  "background": {
    "service_worker": "src/js/background.js",
    "type": "module"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}