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 4833fbb commit 346d19a
Show file tree
Hide file tree
Showing 2 changed files with 3 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.5",
"version": "0.2021.6",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
Expand Down
4 changes: 2 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.5",
"version": "0.2021.6",
"icons": {
"16": "icons/16x16.png",
"48": "icons/48x48.png",
Expand All @@ -19,6 +19,6 @@
"https://github.com/*",
"https://gist.github.com/*",
"activeTab",
"tags"
"tabs"
]
}

0 comments on commit 346d19a

Please sign in to comment.