e54c7b422a
* special characters in sites.json *Move to sites_custom.js: Orlando Sentinel (151,000 daily prints), Sun-Sentinel (163,000) San Diego Union-Tribune (121,000), The News-Gazette, The Morning Call, mexiconewsdaily, L.A. Business Journal, baltimore sun, Crain's Chicago Business, l'écho, Winston-Salem Journal, Eindhovens Dagblad, The Examiner, etc. * remove the two screenshots & changelog.txt (obsolete) * instructions for Opera/Vivaldi/Brave/Chromium browsers & link to Firefox * Updates README.md
26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
},
|
|
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
|
|
"browser_action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"description": "Bypass News Sites' Paywalls",
|
|
"homepage_url": "https://github.com/iamadamdev/bypass-paywalls-chrome/blob/master/README.md",
|
|
"icons": {
|
|
"128": "icon.png"
|
|
},
|
|
"manifest_version": 2,
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3PRmcRnHFZwHUlCgoTAdBjc9nUjmJo8l8kvkl/OZV6biZFAGUQGdxF1xoGhRccWA7qfQrZdPwcM1VQoVS/1F+87XiutKTe/HNsTAFvOcVS0tjCSH6DOHpewkMUBZujwTIeo7UXUVmCPQ1UbVd6m8KmHYtSHYlaX0uXRcguWhLmO5hASxw4onvAD0uql/t/ntxsIATwn4hVApg0VZhy0QAbMany8/5ByKPa19mCQwsIdRkcpG+PNHTLWPDgeGoDL7S0DxIduraRhTlrDX/zy5ETu6NWq6r+/jRzmXAjx+vSDCU5Ps2YG8QwdCL4Zl+CNVdQrnqz4X1zfPFJ1FFmUSpwIDAQAB",
|
|
"name": "Bypass Paywalls",
|
|
"update_url": "https://raw.githubusercontent.com/iamadamdev/bypass-paywalls-chrome/master/updates.xml",
|
|
"short_name": "Bypass Paywall",
|
|
"options_ui": {
|
|
"chrome_style": true,
|
|
"page": "options.html"
|
|
},
|
|
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
|
"version": "1.6.1"
|
|
}
|