Local Storage Explorer

Local Storage Explorer

Developer tool for exploring localStorage and sessionStorage which lets you parse values

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Local Storage Explorer",
  "short_name": "LocalStorageX",
  "version": "1.2.1",
  "minimum_chrome_version": "42",
  "description": "Developer tool for exploring localStorage and sessionStorage which lets you parse values",
  "author": "Deliaz",
  "offline_enabled": true,
  "icons": {
    "38": "imgs/38.png",
    "48": "imgs/48.png",
    "128": "imgs/128.png"
  },
  "devtools_page": "loader.html",
  "options_ui": {
    "page": "options.html",
    "chrome_style": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "options.html"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}