Skip to content

Commit 0e16a91

Browse files
save file
1 parent a339166 commit 0e16a91

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
3+
{
4+
5+
"manifest_version" : 3,
6+
7+
"name" : "cors",
8+
"version" : "1.0.0",
9+
10+
"icons" : {"48":"asterisk.png"},
11+
12+
"background" : {"service_worker":"extension.js"},
13+
14+
"permissions" : ["declarativeNetRequest"],
15+
16+
"host_permissions" : ["<all_urls>"]
17+
18+
}
19+
20+
21+

0 commit comments

Comments
 (0)