IndexedDB Explorer Firefox

Examine source code of IndexedDB Explorer

Inspect and view changes in IndexedDB Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "IndexedDB Explorer",
  "version": "1.0.0",
  "description": "Explore and query IndexedDB databases using SQL-like WHERE clauses",
  "browser_specific_settings": {
    "gecko": {
      "id": "indexeddb-explorer@ericmort.github.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "injected.js"
  ]
}

Best IndexedDB Explorer Alternatives

Here are some Firefox add-ons that are similar to IndexedDB Explorer: