We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399ad8e commit 2023148Copy full SHA for 2023148
manifest.json
@@ -2,7 +2,7 @@
2
"manifest_version": 2,
3
"name": "Local Storage Explorer",
4
"short_name": "LocalStorageX",
5
- "version": "1.1.1",
+ "version": "1.1.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-localstorage-explorer",
"description": "",
"main": "manifest.json",
"scripts": {
0 commit comments