Improvements

This commit is contained in:
David Ralph
2019-10-20 13:39:01 +01:00
parent aa6400b41f
commit b5a0cbe0b2
17 changed files with 239 additions and 240 deletions

12
manifest/chrome.json Normal file
View File

@@ -0,0 +1,12 @@
{
"manifest_version": 2,
"offline_enabled": true,
"name": "Mue",
"version": "0.5",
"browser_action": {
"default_icon": "./android-chrome-512x512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
}

14
manifest/firefox.json Normal file
View File

@@ -0,0 +1,14 @@
{
"manifest_version": 2,
"name": "Mue",
"version": "0.5",
"browser_action": {
"default_icon": "./android-chrome-512x512.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"chrome_settings_overrides": {
"homepage": "index.html"
}
}