35768-vm/browser_extension/manifest.json
Flatlogic Bot fdb9583bdb i
2025-11-15 23:04:38 +00:00

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