Elasticvue

Elasticvue

Elasticvue is a free and simple elasticsearch gui for your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Elasticvue",
  "version": "1.0.6",
  "description": "Elasticsearch frontend",
  "manifest_version": 2,
  "icons": {
    "16": "./logo/blue_16.png",
    "32": "./logo/blue_32.png",
    "48": "./logo/blue_48.png",
    "128": "./logo/blue_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {},
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2879bc11-6e9e-4d73-82c9-1ed8b78df296}"
    }
  }
}