ChatGPT in New Tab

ChatGPT in New Tab

New Tab with quick ChatGPT access

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "icons/icon128.png",
    "default_title": "__MSG_appButtonDesc__"
  },
  "background": {
    "service_worker": "/files/js/worker.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "https://search.yahoo.com/",
    "https://*.openai.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "permissions": [
    "webRequest",
    "storage"
  ],
  "version": "1.0.0.1"
}