Skip to content

Commit

Permalink
Update extension's manifest to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
payne911 committed Jan 19, 2023
1 parent 65f19e5 commit 61c8e9a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions plugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"manifest_version": 3,
"name": "Useful Forks",
"version": "2.2",

"description": "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.",
"permissions": [
"*://github.com/*"
],
"icons": {
"16": "images/useful-forks-16.png",
"32": "images/useful-forks-32.png",
"48": "images/useful-forks-48.png",
"128": "images/useful-forks-128.png"
},

"host_permissions": [
"*://github.com/*"
],
"content_scripts": [
{
"matches": [
Expand All @@ -22,6 +25,5 @@
"run_at": "document_idle",
"all_frames": true
}
],
"manifest_version": 2
]
}

0 comments on commit 61c8e9a

Please sign in to comment.