Cookie and Local Storage Manager

Cookie and Local Storage Manager

View, Edit and delete your current tab cookie and local storage(Formerly Cookie viewer)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cookie and Local Storage Manager",
  "description": "View, Edit and delete your current tab cookie and local storage(Formerly Cookie viewer)",
  "version": "4.7",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Cookie and Local storage manager"
  },
  "icons": {
    "16": "icons/16-cookie.png",
    "32": "icons/32-cookie.png",
    "48": "icons/48-cookie.png",
    "128": "icons/128-cookie.png"
  },
  "permissions": [
    "activeTab",
    "cookies",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}