16 lines
362 B
JSON
16 lines
362 B
JSON
![]() |
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|