We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f19e5 commit 61c8e9aCopy full SHA for 61c8e9a
plugin/manifest.json
@@ -1,16 +1,19 @@
1
{
2
+ "manifest_version": 3,
3
"name": "Useful Forks",
4
"version": "2.2",
5
+
6
"description": "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.",
- "permissions": [
- "*://github.com/*"
7
- ],
8
"icons": {
9
"16": "images/useful-forks-16.png",
10
"32": "images/useful-forks-32.png",
11
"48": "images/useful-forks-48.png",
12
"128": "images/useful-forks-128.png"
13
},
14
+ "host_permissions": [
15
+ "*://github.com/*"
16
+ ],
17
"content_scripts": [
18
19
"matches": [
@@ -22,6 +25,5 @@
22
25
"run_at": "document_idle",
23
26
"all_frames": true
24
27
}
- "manifest_version": 2
28
+ ]
29
0 commit comments