timeconvert/public/manifest.json

28 lines
628 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": "0.1.0",
"name": "TimeConvert",
"description": "Convert time to h",
2020-01-10 09:44:48 +01:00
"icons": {
"192": "logo192.png",
"512": "logo512.png"
},
2020-03-08 13:16:05 +01:00
"homepage_url": "https://github.com/nzambello/timeconvert",
"browser_specific_settings": {
"gecko": {
"id": "{a54ce314-67ca-498f-ba4e-9192a392ec79}"
}
},
2020-01-10 09:44:48 +01:00
"browser_action": {
"default_icon": "logo192.png",
2020-03-08 13:14:43 +01:00
"theme_icons": [{
"light": "logo192.png",
"dark": "logo192.png",
"size": 192
}],
"default_title": "TimeConvert",
"default_popup": "index.html",
"browser_style": true
2020-01-10 09:44:48 +01:00
}
2019-12-07 20:41:24 +01:00
}