mue/manifest/chrome.json

20 lines
449 B
JSON
Raw Normal View History

2019-10-20 12:39:01 +00:00
{
"manifest_version": 2,
"offline_enabled": true,
"name": "Mue",
2021-04-23 16:11:49 +00:00
"description": "Fast, open and free-to-use new tab page for modern browsers.",
2021-04-29 18:02:14 +00:00
"version": "5.0.1",
2021-06-20 20:46:48 +00:00
"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"
}
}