Brevis

Brevis

URL shortener with no ads or cookies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Brevis",
  "version": "1.0.6",
  "description": "URL shortener with no ads or cookies.",
  "permissions": [
    "tabs",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "128": "images/icon128.png",
    "192": "images/icon192.png"
  },
  "action": {},
  "host_permissions": [
    "*://*/*"
  ]
}