Spaywall News & Research - spay your paywall

Spaywall News & Research - spay your paywall

Legally read news and research papers for free, on any device.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spaywall News & Research - spay your paywall",
  "version": "1.0.1",
  "description": "Legally read news and research papers for free, on any device.",
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "./src/background.js"
  },
  "action": {
    "default_icon": {
      "16": "./images/icons/icon16.png",
      "48": "./images/icons/icon48.png",
      "128": "./images/icons/icon128.png"
    },
    "default_popup": "./src/pages/popup.html"
  },
  "icons": {
    "16": "./images/icons/icon16.png",
    "48": "./images/icons/icon48.png",
    "128": "./images/icons/icon128.png"
  }
}