PaywallHub

PaywallHub

Browse archived versions of web pages, having your favorite paywall removers united.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PaywallHub",
  "version": "1.0.5",
  "description": "Browse archived versions of web pages, having your favorite paywall removers united.",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "./img/icon.png",
    "48": "./img/icon.png",
    "128": "./img/icon.png"
  },
  "action": {
    "default_icon": {
      "16": "./img/icon.png",
      "24": "./img/icon.png",
      "32": "./img/icon.png"
    },
    "default_title": "PaywallHub",
    "default_popup": "popup.html"
  }
}