Skip to content

Commit 878ea3b

Browse files
save file
1 parent 803675c commit 878ea3b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
3+
{
4+
5+
6+
"manifest_version" : 2,
7+
8+
"name" : "hdrs",
9+
10+
"version" : "1",
11+
12+
"icons" : {"48":"cubes.png"},
13+
14+
"permissions" : ["<all_urls>","webRequest","webRequestBlocking"],
15+
16+
"background" : {"scripts":["extension.js"]},
17+
18+
"browser_action" : {"default_icon":"cube.png"}
19+
20+
21+
}
22+

0 commit comments

Comments
 (0)