Delete manifest.json

This commit is contained in:
Kenneth Hendricks 2024-10-21 19:10:08 -04:00 committed by GitHub
parent 83cf7f70e1
commit 6443deb785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,32 +0,0 @@
{
"manifest_version": 2,
"name": "FMHY SafeGuard",
"author": "Kenneth Hendricks & contributors",
"version": "1.0.4",
"icons": {
"128": "res/ext_icon_144.png"
},
"page_action": {
"default_icon": {
"128": "res/ext_icon_144.png"
},
"default_popup": "pub/index.html"
},
"permissions": [
"activeTab",
"<all_urls>",
"webRequest",
"webRequestBlocking",
"storage",
"notifications"
],
"background": {
"scripts": ["js/background.js"],
"persistent": true
},
"browser_specific_settings": {
"gecko": {
"id": "{5d554479-7cc4-487f-bd25-d8fc67a42602}"
}
}
}