diff --git a/README.md b/README.md index 2792dd5..71d921e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -Placid Tab 2 +Quad - New Tab ========== ## About -Placid Tab 2 is a minimal New Tab page for Firefox. +Quad is a minimal New Tab page for Firefox and Chrome. -This extension replaces Firefox's default New Tab page with a minimal, almost entirely blank page. Each quadrant can be configured to link to any website for quick access. Optionally, a color can be applied to each link affecting the center icon as an indication. +This extension replaces the browser's default New Tab page with a minimal, almost entirely blank page. Each quadrant can be configured to link to any website for quick access. Optionally, a color can be applied to each link affecting the center icon as an indication. ## Usage @@ -15,14 +15,11 @@ This extension replaces Firefox's default New Tab page with a minimal, almost en ## Links and Contact Information -Install: -* Coming soon! - This extension is still in its early phases. If you would like to report any problems or feedback email me at: * [feedback@kylemitchell.me](mailto:feedback@kylemitchell.me) My personal website: -* [kylemitchell.me](https://kylemitchell.me) +* [kylem.us](https://kylem.us) ## Images diff --git a/manifest.json b/manifest.json index 92c5ae7..c95b283 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name": "Placid Tab 2 - New Tab Page", - "short_name": "Placid Tab 2", - "version": "1.0.2", + "name": "Quad - New Tab", + "short_name": "Quad", + "version": "1.0.3", "manifest_version": 2, "description": "A minimal New Tab page", "author": "Kyle Mitchell", @@ -17,7 +17,7 @@ "permissions": ["storage"], "applications": { "gecko": { - "id": "placidtab2@kylemitchell.me", + "id": "quad@kylem.us", "strict_min_version": "57.0" } }