diff --git a/README.md b/README.md index d0ec3ef..68dfad2 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # ora + +
Icons made by Pixel perfect from www.flaticon.com
diff --git a/icons/stopwatch-inv.svg b/icons/stopwatch-inv.svg deleted file mode 100644 index bb0fa00..0000000 --- a/icons/stopwatch-inv.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/icons/stopwatch.svg b/icons/stopwatch.svg deleted file mode 100644 index e91c364..0000000 --- a/icons/stopwatch.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/icons/timer-dark.png b/icons/timer-dark.png deleted file mode 100644 index c19ef5e..0000000 Binary files a/icons/timer-dark.png and /dev/null differ diff --git a/icons/timer.png b/icons/timer.png deleted file mode 100644 index 16cdd7c..0000000 Binary files a/icons/timer.png and /dev/null differ diff --git a/icons/watch.svg b/icons/watch.svg new file mode 100644 index 0000000..57d3f48 --- /dev/null +++ b/icons/watch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/manifest.json b/manifest.json index f213101..26aff80 100644 --- a/manifest.json +++ b/manifest.json @@ -4,17 +4,17 @@ "version": "0.1", "description": "See how much time you spend on each website", "icons": { - "512": "icons/timer.png" + "512": "icons/watch.svg" }, "browser_action": { "default_icon": { - "512": "icons/stopwatch-inv.svg" + "512": "icons/watch.svg" }, "default_title": "Ora Dashboard", "theme_icons": [ { - "light": "./icons/stopwatch-inv.svg", - "dark": "./icons/stopwatch.svg", + "light": "./icons/watch.svg", + "dark": "./icons/watch.svg", "size": 512 } ] @@ -32,5 +32,5 @@ "js": ["./src/client/index.js"] } ], - "web_accessible_resources": ["./icons/stopwatch.svg", "./icons/stopwatch-inv.svg"] + "web_accessible_resources": ["./icons/watch.svg"] }