12ft redirect

12ft redirect

This extension redirects the current tab to 12ft.io, a website that removes paywalls.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "12ft redirect",
  "description": "This extension redirects the current tab to 12ft.io, a website that removes paywalls.",
  "version": "1.0.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_title": "Click to be redirected to the 12ft of this page."
  },
  "content_security_policy": {}
}