Climb over Paywalls.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Surmount",
"description": "Climb over paywalls.",
"version": "3.0",
"manifest_version": 2,
"browser_specific_settings": {
"gecko_android": {},
"gecko": {
"id": "{9a0be525-4e0d-4954-8b9e-1ef2218d851d}"
}
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"256": "surmount.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*.nytimes.com/*",
"*://*.wsj.com/*",
"*://*.washingtonpost.com/*",
"*://*.miamiherald.com/*",
"*://*.reuters.com/*",
"*://*.latimes.com/*",
"*://*.theintercept.com/*",
"*://*.ft.com/*",
"*://*.theatlantic.com/*",
"*://*.bloomberg.com/*",
"*://*.theathletic.com/*"
]
}