Highlights AI: Simplify reading with ChatGPT

Highlights AI: Simplify reading with ChatGPT

Ask questions and gain insights from a page with contextually relevant AI anwsers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": " Highlights AI: Simplify reading with ChatGPT",
  "icons": {
    "128": "images/logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/logo.png"
    }
  },
  "manifest_version": 3,
  "version": "0.6.0",
  "description": "Ask questions and gain insights from a page with contextually relevant AI anwsers.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "commands": {
    "generate-page-highlights": {
      "suggested_key": {
        "default": "Alt+H"
      },
      "description": "Generate ChatGPT - Highlights"
    },
    "generate-page-summary": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Generate ChatGPT - Summary"
    },
    "generate-page-both": {
      "suggested_key": {
        "default": "Alt+G"
      },
      "description": "Generate ChatGPT - Both"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/logo.png",
        "rockb.ttf",
        "assets/helpers-2f757b26.js",
        "assets/content_script.js-2201db72.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content_script.js-loader-8a6f5379.js"
      ],
      "run_at": "document_idle",
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "css": [
        "assets/content_script-0a2e4211.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}