This commit is contained in:
cupcakearmy 2020-10-08 20:15:28 +02:00
parent 3f77bcf1e0
commit fd162f5367
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
7 changed files with 8 additions and 11 deletions

View File

@ -1 +1,3 @@
# ora
<div>Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect">Pixel perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.0 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

1
icons/watch.svg Normal file
View File

@ -0,0 +1 @@
<svg enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m12 23.25c-6.204 0-11.25-5.046-11.25-11.25s5.046-11.25 11.25-11.25 11.25 5.046 11.25 11.25-5.046 11.25-11.25 11.25z" fill="#2196f3"/><path d="m12 3c-4.962 0-9 4.037-9 9 0 .414.336.75.75.75h8.25c.414 0 .75-.336.75-.75v-8.25c0-.414-.336-.75-.75-.75z" fill="#fafafa"/><path d="m12 24c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5z"/><path d="m12 12.75h-8.25c-.414 0-.75-.336-.75-.75 0-4.962 4.038-9 9-9 .414 0 .75.336.75.75v8.25c0 .414-.336.75-.75.75zm-7.463-1.5h6.713v-6.713c-3.538.353-6.36 3.175-6.713 6.713z"/></svg>

After

Width:  |  Height:  |  Size: 763 B

View File

@ -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"]
}