diff --git a/README.md b/README.md index bf289cb..d04f48d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

@@ -16,14 +16,18 @@ Follow system colorscheme. -Firefox +[Firefox](https://addons.mozilla.org/en-US/firefox/addon/auto-matched/) # Dark -Firefox -Chrome +Dark Screenshot + +[Firefox](https://addons.mozilla.org/en-US/firefox/addon/dark-matched/) +[Chrome](https://chrome.google.com/webstore/detail/dark-matched/aapflpcfdelmkobdakjnieeaoiofcodk) # Light -Firefox -Chrome +Light Screenshot + +[Firefox](https://addons.mozilla.org/en-US/firefox/addon/dark-matched/) +[Chrome](https://chrome.google.com/webstore/detail/light-matched/bilibfhhkphlgndmckcabgpbanadpnbj) diff --git a/Icon Close Dark.png b/icons/Icon Close Dark.png similarity index 100% rename from Icon Close Dark.png rename to icons/Icon Close Dark.png diff --git a/Icon Close Light.png b/icons/Icon Close Light.png similarity index 100% rename from Icon Close Light.png rename to icons/Icon Close Light.png diff --git a/Icon Close.png b/icons/Icon Close.png similarity index 100% rename from Icon Close.png rename to icons/Icon Close.png diff --git a/light-matched-chrome/manifest.json b/light-matched-chrome/manifest.json index a965d41..8698bf6 100644 --- a/light-matched-chrome/manifest.json +++ b/light-matched-chrome/manifest.json @@ -28,7 +28,7 @@ "frame_incognito_inactive": [ -1, -1, -1 ] }, "properties": { - "ntp_logo_alternate": 1 + "ntp_logo_alternate": 0 } }, "version": "3" diff --git a/screenshots/dark-chrome-1.png b/screenshots/dark-chrome-1.png new file mode 100644 index 0000000..500880d Binary files /dev/null and b/screenshots/dark-chrome-1.png differ diff --git a/screenshots/dark-chrome-2.png b/screenshots/dark-chrome-2.png new file mode 100644 index 0000000..6f26049 Binary files /dev/null and b/screenshots/dark-chrome-2.png differ diff --git a/screenshots/dark-chrome-3.png b/screenshots/dark-chrome-3.png new file mode 100644 index 0000000..00bde6f Binary files /dev/null and b/screenshots/dark-chrome-3.png differ diff --git a/screenshots/light-chrome-1.png b/screenshots/light-chrome-1.png new file mode 100644 index 0000000..04e6603 Binary files /dev/null and b/screenshots/light-chrome-1.png differ diff --git a/screenshots/light-chrome-2.png b/screenshots/light-chrome-2.png new file mode 100644 index 0000000..f6edd65 Binary files /dev/null and b/screenshots/light-chrome-2.png differ diff --git a/screenshots/light-chrome-3.png b/screenshots/light-chrome-3.png new file mode 100644 index 0000000..d700894 Binary files /dev/null and b/screenshots/light-chrome-3.png differ