Add files via upload

This commit is contained in:
Dave R
2018-08-08 18:08:17 +01:00
committed by GitHub
parent 1074d8260d
commit 1d75e4cfc2
9 changed files with 93 additions and 0 deletions

11
manifest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"manifest_version": 2,
"name": "Mue",
"version": "0.1",
"browser_action": {
"default_icon": "icon.png"
},
"chrome_url_overrides" : {
"newtab": "index.html"
}
}