Files
mue/manifest/chrome.json
David Ralph 348d3e8578 4.0.1
2020-08-26 15:39:16 +01:00

21 lines
544 B
JSON

{
"manifest_version": 2,
"offline_enabled": true,
"name": "Mue",
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
"version": "4.0.0",
"browser_action": {
"default_icon": "./icons/extension-icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "./icons/16x16-circle.png",
"48": "./icons/48x48-circle.png",
"128": "./icons/128x128-circle.png"
},
"background": {
"scripts": ["background-chrome.js"]
}
}