Skip to content

Commit 468322f

Browse files
authored
Merge pull request #4 from devsdenepal/main
add permissions (Active Tab, Storage, Scripting, Host) to manifest.json
2 parents 5831757 + c71347f commit 468322f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

manifest.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"name": "Active Yuwa",
44
"version": "0.1.0",
55
"description": "Ask Buddie extension to improve the post reach.",
6+
"permissions": ["scripting", "activeTab", "storage"],
7+
"host_permissions": [
8+
"https://*.facebook.com/*"
9+
],
610
"action": {
711
"default_popup": "index.html"
8-
},
9-
"permissions": []
12+
}
1013
}

0 commit comments

Comments
 (0)