Skip to content

Commit 514e55b

Browse files
add icons
Signed-off-by: Roger Meier <[email protected]>
1 parent 1b49a18 commit 514e55b

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Contributions via pull requests are prefered.
44
# TODO
55
You can help with one of these tasks:
66

7-
* create icons
87
* publish open web app
98
* merge manifest.webapp with package.json
109
* clarify copyright of Swiss Railway Clock

icons/icon128x128.png

11.7 KB
Loading

icons/icon16x16.png

1.02 KB
Loading

icons/icon48x48.png

4.18 KB
Loading

icons/icon60x60.png

4.92 KB
Loading

manifest.webapp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.0.1",
33
"name": "clock",
44
"description": "the CLOCK",
55
"launch_path": "/index.html",
66
"icons": {
7-
"16": "/img/icons/icon16x16.png",
8-
"48": "/img/icons/icon48x48.png",
9-
"60": "/img/icons/icon60x60.png",
10-
"128": "/img/icons/icon128x128.png"
7+
"16": "/icons/icon16x16.png",
8+
"48": "/icons/icon48x48.png",
9+
"60": "/icons/icon60x60.png",
10+
"128": "/icons/icon128x128.png"
1111
},
1212
"developer": {
1313
"name": "Roger Meier <[email protected]>",

0 commit comments

Comments
 (0)