Skip to content

Commit 31720c8

Browse files
committed
initial commit
0 parents  commit 31720c8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

manifest.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"manifest_version": 2,
3+
4+
"name": "WebActivity Time Tracker",
5+
"version": "0.0.1",
6+
7+
"icons": {
8+
"16": "16x16.png",
9+
"32": "32x32.png",
10+
"48": "48x48.png",
11+
"128": "128x128.png"
12+
},
13+
"permissions": [
14+
15+
],
16+
17+
"browser_action": {
18+
"default_title": "Open WebActivity",
19+
"default_icon": "48x48.png",
20+
"default_popup": "popup.html"
21+
}
22+
}

0 commit comments

Comments
 (0)