footer & store assets

This commit is contained in:
2020-10-12 01:39:39 +02:00
parent c63ac20fe6
commit ca1b83275b
12 changed files with 50 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Ora",
"version": "0.4",
"version": "0.5",
"description": "See how much time you spend on each website and set limits",
"icons": {
@@ -33,5 +33,5 @@
"js": ["./src/client/index.js"]
}
],
"web_accessible_resources": ["./icons/watch.svg"]
"web_accessible_resources": ["./icons/watch.png", "./icons/watch-alt.png"]
}