use mozilla's mortar template
BIN
www/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
www/img/icons/clockical-128.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
www/img/icons/clockical-16.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
www/img/icons/clockical-24.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
www/img/icons/clockical-32.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
www/img/icons/clockical-48.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
www/img/icons/clockical-64.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
2011
www/img/icons/clockical.svg
Normal file
|
After Width: | Height: | Size: 76 KiB |
27
www/manifest.webapp
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"version": "0.1",
|
||||
"name": "Clockical",
|
||||
"description": "A clock",
|
||||
"launch_path": "/",
|
||||
"icons": {
|
||||
"16": "/img/icons/clockical-16.png",
|
||||
"48": "/img/icons/clockical-48.png",
|
||||
"128": "/img/icons/clockical-128.png"
|
||||
},
|
||||
"developer": {
|
||||
"name": "nojhan",
|
||||
"url": "https://github.com/nojhan/clockical"
|
||||
},
|
||||
"installs_allowed_from": ["*"],
|
||||
"appcache_path": "/cache.manifest",
|
||||
"locales": {
|
||||
"en": {
|
||||
"description": "A clock",
|
||||
"developer": {
|
||||
"name": "nojhan",
|
||||
"url": "https://github.com/nojhan/clockical"
|
||||
}
|
||||
}
|
||||
},
|
||||
"default_locale": "en"
|
||||
}
|
||||