18 lines
No EOL
378 B
JSON
18 lines
No EOL
378 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Interval Timer",
|
|
"version": "1.0",
|
|
"description": "A customizable interval timer",
|
|
"author": "William Brawner",
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["js/start.js"]
|
|
}
|
|
},
|
|
"icons": {
|
|
"512": "/images/icon-512.png",
|
|
"128": "/images/icon-128.png",
|
|
"60": "/images/icon-60.png"
|
|
},
|
|
"offline_enabled": true
|
|
} |