12ft Free

12ft Free

Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "12ft Free",
  "description": "Who pays $12 a year for a Chrome extension that just redirects you to another site? Not you!",
  "version": "1.2.0",
  "action": {},
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "images/icon.png"
  }
}