25 lines
507 B
JSON
25 lines
507 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Scam Protector",
|
|
"version": "1.0",
|
|
"description": "Proactively protects you from scams.",
|
|
"permissions": [
|
|
"activeTab",
|
|
"storage",
|
|
"http://127.0.0.1:8000/*"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
},
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
}
|