12ft

12ft

Hop the paywall, browse a cleaner web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "12ft",
  "version": "1.01",
  "description": "Hop the paywall, browse a cleaner web",
  "author": "Thomas Millar",
  "icons": {
    "128": "icons/12ft-icon-dark-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_name": "12ft",
    "default_title": "12ft – Hop the paywall",
    "default_icon": {
      "128": "icons/12ft-icon-128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}