Skip to content

Commit 3ec9f92

Browse files
New release
1 parent 2330236 commit 3ec9f92

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In its current state, this extension does exactly what it needs to do. However,
2626

2727
I have tried to simplify the code so anyone can read it and start contributing at any skill level. Don't be shy :) contribute!
2828

29-
- [ ] Update to Manifest V3
29+
- [x] Update to Manifest V3
3030
- [x] Create working demo site
3131
- [ ] Add a favicon.
3232
- [ ] Add custom nature video background

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Quote tab",
44
"description": "Changes your new tab page to a minimalistic page. Just a simple clock, random nature background and random quote. And the best part, it is completely open source.",
5-
"version": "1.0.1",
5+
"version": "1.1",
66
"permissions" : ["tabs"],
77
"chrome_url_overrides" : {"newtab": "index.html"},
88
"host_permissions": ["https://simonrijntjes.nl/*"],

0 commit comments

Comments
 (0)