Skip to content

Commit e9c3f80

Browse files
author
Alan Smith
committed
Update manifest and add icons
1 parent be667c6 commit e9c3f80

File tree

6 files changed

+6377
-4
lines changed

6 files changed

+6377
-4
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ npx vue-cli-service build
33
mkdir extension
44
cp -R dist/. extension/
55
cp manifest.json extension/
6+
cp -R icons/. extension/

icon.ai

Lines changed: 6365 additions & 0 deletions
Large diffs are not rendered by default.

icons/128x128.png

2.95 KB
Loading

icons/16x16.png

410 Bytes
Loading

icons/48x48.png

1.14 KB
Loading

manifest.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
2-
"name": "Event Countdown New Tab",
3-
"description": "Overrides the new tab page with an event countdown",
4-
"version": "0.1",
2+
"name": "New Tab - Events Countdown",
3+
"author": "Alan Smith <[email protected]>",
4+
"description": "Overrides the new tab page with a customisable event countdown page. Add multiple events to count down from!",
5+
"version": "1.0.0",
56
"incognito": "split",
67
"chrome_url_overrides": {
78
"newtab": "index.html"
89
},
910
"manifest_version": 2,
1011
"permissions": [
1112
"storage"
12-
]
13+
],
14+
"default_locale": "en",
15+
"icons": {
16+
"16": "16x16.png",
17+
"48": "48x48.png",
18+
"128": "128x128.png"
19+
}
1320
}

0 commit comments

Comments
 (0)