Local Storage cleaner

Local Storage cleaner

Purge HTML 5 Local Storage and cache.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Local Storage cleaner",
  "version": "1.0",
  "manifest_version": 2,
  "homepage_url": "http://jeecookbook.blogspot.fr/p/chrome.html",
  "description": "Purge HTML 5 Local Storage and cache.",
  "icons": {
    "16": "icon48.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_title": "Purge Local Storage and Cache",
    "default_popup": "popup.html"
  },
  "permissions": [
    "browsingData"
  ]
}