diff --git a/.gitignore b/.gitignore index a0f1385..d190d47 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ yarn-error.log dist *.zip +*.pem +*.crx web-ext-artifacts \ No newline at end of file diff --git a/icons/watch-alt.png b/icons/watch-alt.png new file mode 100644 index 0000000..2c9ebd5 Binary files /dev/null and b/icons/watch-alt.png differ diff --git a/icons/watch-alt.svg b/icons/watch-alt.svg new file mode 100644 index 0000000..34229d7 --- /dev/null +++ b/icons/watch-alt.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/watch.png b/icons/watch.png new file mode 100644 index 0000000..3de4202 Binary files /dev/null and b/icons/watch.png differ diff --git a/manifest.json b/manifest.json index d9225c8..a6a1cb3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,21 +1,21 @@ { "manifest_version": 2, "name": "Ora", - "version": "0.3", + "version": "0.4", "description": "See how much time you spend on each website and set limits", "icons": { - "512": "icons/watch.svg" + "512": "icons/watch.png" }, "browser_action": { "default_icon": { - "512": "icons/watch.svg" + "512": "icons/watch.png" }, "default_title": "Ora Dashboard", "theme_icons": [ { - "light": "./icons/watch.svg", - "dark": "./icons/watch.svg", + "light": "./icons/watch.png", + "dark": "./icons/watch-alt.png", "size": 512 } ] diff --git a/src/shared/index.html b/src/shared/index.html index 4809202..7154e39 100644 --- a/src/shared/index.html +++ b/src/shared/index.html @@ -5,11 +5,21 @@ + Ora