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 c671aa4 commit 6f64f26Copy full SHA for 6f64f26
manifest.json
@@ -3,7 +3,7 @@
3
4
"name": "JWT Debugger",
5
"description": "The JWT.io debugger as a Web Extension",
6
- "version": "2.1.3",
+ "version": "3.0.0",
7
8
"browser_action": {
9
"default_icon": "img/favicon/favicon-96x96.png",
@@ -37,7 +37,7 @@
37
}
38
},
39
40
- "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
+ "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
41
42
"permissions": [
43
"activeTab",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jwt.io",
- "version": "2.2.0",
"repository": {
"type": "git",
"url": "https://github.com/jsonwebtoken/jsonwebtoken.github.io"
0 commit comments