Elasticsearch Tools

Elasticsearch Tools

Easy app for work with elasticsearch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Elasticsearch Tools",
  "description": "Easy app for work with elasticsearch",
  "version": "0.3.5",
  "icons": {
    "128": "128.png"
  },
  "action": {},
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ]
}