Skip to content

Commit 61c8e9a

Browse files
committed
Update extension's manifest to v3
1 parent 65f19e5 commit 61c8e9a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

plugin/manifest.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
2+
"manifest_version": 3,
23
"name": "Useful Forks",
34
"version": "2.2",
5+
46
"description": "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.",
5-
"permissions": [
6-
"*://github.com/*"
7-
],
87
"icons": {
98
"16": "images/useful-forks-16.png",
109
"32": "images/useful-forks-32.png",
1110
"48": "images/useful-forks-48.png",
1211
"128": "images/useful-forks-128.png"
1312
},
13+
14+
"host_permissions": [
15+
"*://github.com/*"
16+
],
1417
"content_scripts": [
1518
{
1619
"matches": [
@@ -22,6 +25,5 @@
2225
"run_at": "document_idle",
2326
"all_frames": true
2427
}
25-
],
26-
"manifest_version": 2
28+
]
2729
}

0 commit comments

Comments
 (0)