Compare commits

..

2 Commits
v0.3 ... v0.4

Author SHA1 Message Date
Thomas Rupprecht 7f46a18031 release v0.4 2019-10-04 22:09:08 +02:00
Thomas Rupprecht e50aeeb47e fix wrong icon 2019-10-04 22:08:42 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "/usr/space",
"version": "0.3",
"version": "0.4",
"description": "An Add-on for the Hacker-/Maker-Space /usr/space.",
"icons": {
"48": "icons/logo.svg",
@ -16,8 +16,8 @@
"default_title": "/usr/space",
//"default_icon": "icons/logo.svg",
"default_icon": {
"16": "icons/logo-19.png",
"32": "icons/logo-38.png"
"16": "icons/logo.svg",
"32": "icons/logo.svg"
},
"default_area": "navbar",
"default_popup": "popup/index.html"