timeconvert/public/manifest.json

17 lines
341 B
JSON

{
"manifest_version": 2,
"version": "0.1.0",
"name": "TimeConvert",
"description": "Convert time to h",
"icons": {
"192": "logo192.png",
"512": "logo512.png"
},
"browser_action": {
"default_icon": "logo192.png",
"default_title": "TimeConvert",
"default_popup": "index.html",
"browser_style": true
}
}