PPT Summary Genius - ChatGPT for PPT

PPT Summary Genius - ChatGPT for PPT

Using ChatGPT, you can chat, ask questions, get instant summaries and answers, and generate outlines with PPT and PowerPoint.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "img/logo.png"
  },
  "action": {
    "default_icon": {
      "128": "img/logo.png"
    }
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "options.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/mjenligldccgjocmighcefjebobablel",
  "version": "1.0.4",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}