Press Bundle

Press Bundle

With Press Bundle you can access paywalled articles, without becoming a subscriber, while still paying your fair share

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Press Bundle",
  "homepage_url": "https://www.pressbundle.com/",
  "description": "With Press Bundle you can access paywalled articles, without becoming a subscriber, while still paying your fair share",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "*://*.pressbundle.com/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Press Bundle",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "version": "0.1.5",
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}