interval-timer/manifest.webapp

34 lines
772 B
JSON

{
"app": {
"background": {
"scripts": ["js/start.js"]
}
},
"author": "William Brawner",
"chrome": { "navigation": false }
"default_locale": "en",
"description": "An interval timer that allows you to customize the intervals",
"display": "standalone",
"developer": {
"name": "William Brawner",
"url": "https://wbrawner.com"
},
"icons": [
{
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image\/png"
},
{
"src": "/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image\/png"
}
],
"launch_path": "/index.html",
"manifest_version": 2,
"name": "Interval Timer",
"offline_enabled": true,
"theme_color": "#fff9c4",
"version": "2.0",
}