diff --git a/home.html b/index.html similarity index 100% rename from home.html rename to index.html diff --git a/manifest.json b/manifest.json index cc890bc..a71946a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,15 @@ { "name": "Placid Tab 2 - New Tab Page", "short_name": "Placid Tab 2", - "version": "1.0.0.3", + "version": "1.0.1", "manifest_version": 2, "description": "A minimal New Tab page", "author": "Kyle Mitchell", + "chrome_settings_overrides" : { + "homepage": "index.html" + }, "chrome_url_overrides" : { - "newtab": "home.html" + "newtab": "index.html" }, "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", diff --git a/options.html b/options.html index c04c0f6..a05f5ef 100644 --- a/options.html +++ b/options.html @@ -109,7 +109,7 @@