cleanup manifest.json

This commit is contained in:
Thomas Rupprecht 2022-12-24 21:27:38 +01:00
parent 241715e7ac
commit 7d36a610dc
1 changed files with 7 additions and 11 deletions

View File

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