diff options
Diffstat (limited to 'bookmarks-home/manifest.json')
-rw-r--r-- | bookmarks-home/manifest.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bookmarks-home/manifest.json b/bookmarks-home/manifest.json index d377cab..c384c57 100644 --- a/bookmarks-home/manifest.json +++ b/bookmarks-home/manifest.json @@ -4,8 +4,9 @@ "version": "0.0.1", "description": "A \"Better Bookmarks Page\" that allows for more freedom through page manipulation to display bookmarks in an easier to access manner.", "icons": { - "48": "bookmarks-home\\icons.svg", - "128": "bookmarks-home\\icons2.svg", + "32": "icons/icon-32.png", + "48": "icons/icon-48.png", + "128": "icons/icon-128.png", "author": "Owen Howell, Tyler Ferarri, Ariel Levy; students at RIT" }, |