Skip to content

Commit 0bace6f

Browse files
committed
Fix manifest.json
1 parent 0c0d665 commit 0bace6f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-readme-stats-extension",
3-
"version": "1.2021.1",
3+
"version": "1.2021.2",
44
"description": "",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

public/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Github Readme Stats Extension",
33
"description": "GitHub Readme Stats, a visualization of the user characteristics of your GitHub account, is now available as an extension",
44
"manifest_version": 2,
5-
"version": "1.2021.1",
5+
"version": "1.2021.2",
66
"icons": {
77
"16": "icons/16x16.png",
88
"48": "icons/48x48.png",
@@ -18,6 +18,7 @@
1818
"permissions": [
1919
"https://github.com/*",
2020
"https://gist.github.com/*",
21-
"activeTab"
21+
"activeTab",
22+
"tabs"
2223
]
2324
}

0 commit comments

Comments
 (0)