cleanup manifest.json

This commit is contained in:
Thomas Rupprecht 2022-12-24 21:27:38 +01:00
parent 241715e7ac
commit 7d36a610dc

View file

@ -12,13 +12,8 @@
}, },
"browser_action": { "browser_action": {
"browser_style": true, "browser_style": true,
//"chrome_style": true,
"default_title": "/usr/space", "default_title": "/usr/space",
//"default_icon": "src/icons/favicon.svg", "default_icon": "src/icons/favicon.svg",
"default_icon": {
"16": "src/icons/favicon.svg",
"32": "src/icons/favicon.svg"
},
"default_area": "navbar", "default_area": "navbar",
"default_popup": "src/popup.html" "default_popup": "src/popup.html"
}, },
@ -28,9 +23,10 @@
"webRequest", "webRequest",
"notifications" "notifications"
], ],
"author": "Thomas Rupprecht" "author": "Thomas Rupprecht",
//"developer": { "homepage_url": "https://gitea.usrspace.at/XimeX/usrspace-browser-addon",
// "name": "Thomas Rupprecht", "developer": {
// "url": "https://blog.ximex.at/" "name": "Thomas Rupprecht",
//} "url": "https://blog.ximex.at/"
}
} }