Skip to content

Commit

Permalink
Fix manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyutarow committed May 20, 2021
1 parent d76bd97 commit 4833fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github-active-forks-extension",
"description": "github-active-fork-extension",
"version": "0.2021.4",
"version": "0.2021.5",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
Expand Down
5 changes: 3 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Github Active Forks Extension",
"description": "A Chrome extension to help you discover active forks",
"manifest_version": 2,
"version": "0.2021.4",
"version": "0.2021.5",
"icons": {
"16": "icons/16x16.png",
"48": "icons/48x48.png",
Expand All @@ -18,6 +18,7 @@
"permissions": [
"https://github.com/*",
"https://gist.github.com/*",
"activeTab"
"activeTab",
"tags"
]
}

0 comments on commit 4833fbb

Please sign in to comment.