Glance

Glance

Get a quick overview of what a website will discuss.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Glance",
  "version": "1.1",
  "description": "Get a quick overview of what a website will discuss.",
  "permissions": [
    "activeTab",
    "scripting",
    "https://api.openai.com/",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/glance_logo_16.png",
    "48": "images/glance_logo_48.png",
    "128": "images/glance_logo_128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}