16 lines
362 B
JSON
Raw Normal View History

2021-04-14 13:53:01 +01:00
{
"manifest_version": 2,
"name": "Basingstoke Gazette UnBlock",
"description": "Bypass Basingstoke Gazette Paywall",
"version": "1.0",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"*://www.basingstokegazette.co.uk/*",
"webRequestBlocking"
]
}