Updated the README and added icons to the Chrome manifest file
This commit is contained in:
parent
99d35ce945
commit
d06b18a30c
2 changed files with 13 additions and 4 deletions
|
@ -1,8 +1,12 @@
|
||||||
# Interval Timer v1.1
|
# Interval Timer v1.2
|
||||||
An interval timer app for FireFox OS
|
An interval timer app for FireFox OS
|
||||||
|
|
||||||
Live Preview: http://wbrawner.com/interval-timer/
|
Live Preview: http://wbrawner.com/interval-timer/
|
||||||
|
|
||||||
|
### Version 1.2
|
||||||
|
* Bug fixes:
|
||||||
|
- Added a check for screen locking to prevent breaking the app with non-FireFox OS devices
|
||||||
|
|
||||||
### Version 1.1
|
### Version 1.1
|
||||||
* New Icon design
|
* New Icon design
|
||||||
* Added 60x60 icon
|
* Added 60x60 icon
|
||||||
|
|
|
@ -9,5 +9,10 @@
|
||||||
"scripts": ["js/start.js"]
|
"scripts": ["js/start.js"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"icons": {
|
||||||
|
"512": "/images/icon-512.png",
|
||||||
|
"128": "/images/icon-128.png",
|
||||||
|
"60": "/images/icon-60.png"
|
||||||
|
},
|
||||||
"offline_enabled": true
|
"offline_enabled": true
|
||||||
}
|
}
|
Loading…
Reference in a new issue