Elasticvue

Elasticvue

Elasticsearch frontend

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Elasticvue",
  "version": "1.0.6",
  "description": "Elasticsearch frontend",
  "manifest_version": 3,
  "icons": {
    "16": "./logo/blue_16.png",
    "32": "./logo/blue_32.png",
    "48": "./logo/blue_48.png",
    "128": "./logo/blue_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}