Skip to content

Commit 71fe50f

Browse files
committed
add manifest basic
0 parents  commit 71fe50f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: manifest.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"manifest_version": 3,
3+
"name": "Advanced Google Search",
4+
"version": "1.0",
5+
"description": "Makes the advanced search capabilities easily available on the toolbar",
6+
"icons": {
7+
"16": "images/icon-16.png",
8+
"32": "images/icon-32.png",
9+
"48": "images/icon-48.png",
10+
"128": "images/icon-128.png"
11+
}
12+
}

0 commit comments

Comments
 (0)