jerrys-blocker/manifest.json
2024-10-01 20:22:36 +02:00

16 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?"
}
}