From e1718f6cc803cdc0751e6af0fc613afee438f82e Mon Sep 17 00:00:00 2001 From: Kyle Mitchell Date: Sun, 28 Jan 2018 01:10:07 -0500 Subject: [PATCH] fixed icons; removed favicon and fontawesome from home --- home.html | 2 +- manifest.json | 8 ++++---- options.html | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/home.html b/home.html index 18c2e24..2358a3e 100644 --- a/home.html +++ b/home.html @@ -5,7 +5,7 @@ New Tab - +
diff --git a/manifest.json b/manifest.json index 0715997..1202b94 100644 --- a/manifest.json +++ b/manifest.json @@ -2,14 +2,14 @@ "name": "Placid Tab 2", "short_name": "Placid Tab 2", "version": "1.0.0", - "manifest_version": 1, + "manifest_version": 2, "description": "A minimal New Tab page", "author": "Kyle Mitchell", "chrome_url_overrides" : { "newtab": "home.html" }, - "icons": { "16": "icon.svg", - "48": "icon.svg", - "128": "icon.svg" }, + "icons": { "16": "icons/icon16.png", + "48": "icons/icon48.png", + "128": "icons/icon128.png" }, "permissions": ["storage"] } diff --git a/options.html b/options.html index eb915bd..c04c0f6 100644 --- a/options.html +++ b/options.html @@ -7,6 +7,7 @@ +