Skip to content

Commit ec38404

Browse files
committed
Update manifest
Update package files Update README
1 parent d8a8fa9 commit ec38404

5 files changed

Lines changed: 6 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Bonjwa Programm ist ein Add-on für den **Firefox** Browser, die den aktuellen P
1010

1111
## Downloads
1212

13-
Die neuste Version befindet sich unter [Releases](https://github.com/virtuaCode/bonjwa-programm/releases). Einfach die oberste Installationsdatei (bonjwa_programm-0.0.**X**-an+fx.xpi) herunterladen und installieren.
13+
Die neuste Version kann über [addons.mozilla.org](https://addons.mozilla.org/de/firefox/addon/bonjwa-programm/) heruntergeladen werden.
1414

1515
## Screenshots
1616

dist/manifest.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@
55
"author": "Michael Schmidt",
66
"description": "Displays the latest schedule for the Bonjwa Twitch channel",
77
"homepage_url": "https://github.com/virtuaCode/bonjwa-programm",
8-
"version": "0.0.5",
8+
"version": "1.0.0",
99
"browser_action": {
1010
"default_icon": "icons/icon.png",
1111
"default_popup": "popup/popup.html"
1212
},
1313
"icons": {
1414
"32": "icons/icon32.png",
1515
"48": "icons/icon48.png"
16-
},
17-
"applications": {
18-
"gecko": {
19-
"update_url": "https://bnjw.viceair.com/static/updates.json"
20-
}
2116
}
2217
}

elm-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.5",
2+
"version": "1.0.0",
33
"summary": "Bonjwa Programm",
44
"repository": "https://github.com/virtuaCode/bonjwa-programm.git",
55
"license": "BSD3",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "bonjwa-schedule",
3-
"version": "0.0.5",
3+
"version": "1.0.0",
44
"description": "Displays the latest schedule for the Bonjwa Twitch channel",
55
"scripts": {
6-
"postinstall": "elm-package install",
6+
"postinstall": "elm-package install -y",
77
"build": "elm-make ./src/Popup.elm --warn --output=./dist/popup/elm.js",
88
"dev": "web-ext run -s ./dist"
99
},

0 commit comments

Comments
 (0)