timeconvert/public/manifest.json

15 lines
280 B
JSON
Raw Normal View History

2019-12-07 20:41:24 +01:00
{
2020-01-10 09:44:48 +01:00
"manifest_version": 2,
"version": "1.0",
"name": "Convert time to h",
"icons": {
"192": "logo192.png",
"512": "logo512.png"
},
"browser_action": {
"default_icon": "logo192.png",
"default_title": "Converttime",
"default_popup": "index.html"
}
2019-12-07 20:41:24 +01:00
}