2015-11-19 15:15:33 +00:00
|
|
|
{
|
2015-11-22 01:20:19 +00:00
|
|
|
"name": "Interval Timer",
|
|
|
|
"description": "An interval timer that allows you to customize the intervals",
|
2015-11-19 15:15:33 +00:00
|
|
|
"launch_path": "/index.html",
|
|
|
|
"icons": {
|
2015-11-22 01:20:19 +00:00
|
|
|
"512": "/images/icon-512.png",
|
2015-11-25 12:07:57 +00:00
|
|
|
"128": "/images/icon-128.png",
|
|
|
|
"60": "/images/icon-60.png"
|
2015-11-19 15:15:33 +00:00
|
|
|
},
|
|
|
|
"developer": {
|
|
|
|
"name": "William Brawner",
|
|
|
|
"url": "http://wbrawner.com"
|
|
|
|
},
|
2015-11-25 12:22:09 +00:00
|
|
|
"version": "1.1",
|
2015-11-19 15:15:33 +00:00
|
|
|
"default_locale": "en",
|
|
|
|
"chrome": { "navigation": false }
|
|
|
|
}
|