chore: update manifest

This commit is contained in:
David Ralph 2021-06-20 21:46:48 +01:00
parent 8073d8325a
commit 4e1347ad4e
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"name": "Mue",
"description": "Fast, open and free-to-use new tab page for modern browsers.",
"version": "5.0.1",
"homepage_url": "https://muetab.com",
"browser_action": {
"default_icon": "icons/128x128.png"
},

View File

@ -3,12 +3,18 @@
"name": "Mue",
"description": "Fast, open and free-to-use new tab page for modern browsers.",
"version": "5.0.1",
"homepage_url": "https://muetab.com",
"browser_action": {
"default_icon": "icons/128x128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icons/16x16.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png"
},
"chrome_settings_overrides": {
"homepage": "index.html"
}