ChartEye - AI Chart Analysis

ChartEye - AI Chart Analysis

Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ChartEye - AI Chart Analysis",
  "short_name": "ChartEye",
  "version": "1.1.0",
  "description": "Provides AI-generated technical analysis for any chart with one single click, powered by ChartAI.",
  "action": {
    "default_title": "ChartEye - AI Chart Analysis",
    "default_icon": {
      "32": "icon-32.png"
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://api.chartai.tech/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}