mirror of
https://github.com/mue/mue.git
synced 2026-07-10 05:55:17 +02:00
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com> Co-authored-by: Wessel Tip <discord@go2it.eu> Co-authored-by: Isaac Saunders <contact@eartharoid.me>
16 lines
388 B
JSON
16 lines
388 B
JSON
{
|
|
"manifest_version": 2,
|
|
"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"
|
|
},
|
|
"chrome_settings_overrides": {
|
|
"homepage": "index.html"
|
|
}
|
|
}
|