We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134d36d commit 9309519Copy full SHA for 9309519
manifest.json
@@ -2,7 +2,7 @@
2
"manifest_version": 2,
3
"name": "Web Storage Explorer",
4
"short_name": "WebStorageX",
5
- "version": "1.0.1",
+ "version": "1.0.2",
6
"minimum_chrome_version": "42",
7
"description": "Developer tool for exploring localStorage and sessionStorage which lets you parse values",
8
"author": "Deliaz",
package.json
@@ -1,6 +1,6 @@
1
{
"name": "chrome-webstorage-explorer",
- "version": "1.0.0",
"description": "",
"main": "manifest.json",
"scripts": {
0 commit comments