17 lines
341 B
JSON
17 lines
341 B
JSON
|
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "Jerry's Blocker",
|
||
|
"version": "1.0",
|
||
|
"description":"An ad blocker blocker blocker... you read that right. This gets rid of Admiral recovery popups",
|
||
|
|
||
|
"permissions": ["activeTab"],
|
||
|
|
||
|
"background": {
|
||
|
"scripts": ["background.js"]
|
||
|
},
|
||
|
"browser_action": {
|
||
|
"default_title": "Whereami?"
|
||
|
}
|
||
|
}
|
||
|
|