Meomni: Definitive ChatGPT Sidebar

Meomni: Definitive ChatGPT Sidebar

Definitive Openai ChatGPT Sidebar with Google Tasks and Google Calendar and much more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appDesc__",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "default_locale": "en",
  "content_security_policy": {
    "content_scripts": "font-src 'self' data:; script-src 'self'; object-src 'self'; worker-src 'self'",
    "extension_pages": "font-src 'self' data:; script-src 'self'; object-src 'self'; worker-src 'self'"
  },
  "commands": {
    "commandToggleSidebar": {
      "suggested_key": {
        "windows": "Alt+X",
        "mac": "Alt+X",
        "chromeos": "Alt+X",
        "linux": "Alt+X"
      },
      "description": "ToggleSidebar"
    },
    "commandToggleCutTheClutter": {
      "suggested_key": {
        "windows": "Alt+C",
        "mac": "Alt+C",
        "chromeos": "Alt+C",
        "linux": "Alt+C"
      },
      "description": "WebpageCutTheClutter"
    }
  },
  "version": "3.0.3",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApKH3qS83a231hWbZfrSBei5bUjPiDVnVnn5ZHiv6LY+tMfZyMepDE0896j4zVumb07qe0WgR9rK+1iS+M8Gh9hrcVSWlRSH0cjksWZVjPrDOQdkXsPWvl+HR3aXv65JcaYdFMAaAqhRYVpf/x3eGqiMkcRijNDDBnK5UOSKq3RlE3ARDbt+LJW3OEkym9HusG4NS7ImUKhiFF2tSkIsYgkNoOFsI1tw1gXcwuMWlOskceHFUMUFvDqvlTJM141YHhsTKNUO0iNSBCpVuziUpV51aL41C4R1O9adZVis9vlR2/SSi5q15HM7uiRuFumw0z7efe4TNaydTpYJE7K4qJQIDAQAB",
  "icons": {
    "16": "assets/apps/meomni/icon_128.png",
    "32": "assets/apps/meomni/icon_128_white.png",
    "48": "assets/apps/meomni/icon_128.png",
    "128": "assets/apps/meomni/icon_128.png"
  },
  "oauth2": {
    "client_id": "990704142214-iet450se3llpi43i23b858koagd6v8io.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/calendar",
      "https://www.googleapis.com/auth/tasks"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "_favicon/*",
        "assets/*",
        "localization/*",
        "contentScript/*",
        "*"
      ],
      "use_dynamic_url": false
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/apps/meomni/icon_128_white.png",
      "32": "assets/apps/meomni/icon_128_white.png",
      "48": "assets/apps/meomni/icon_128.png",
      "128": "assets/apps/meomni/icon_128.png"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "side_panel": {
    "default_path": "sidePanel.html"
  },
  "permissions": [
    "storage",
    "cookies",
    "unlimitedStorage",
    "tabs",
    "scripting",
    "declarativeNetRequestWithHostAccess",
    "contextMenus",
    "history",
    "alarms",
    "notifications",
    "bookmarks",
    "topSites",
    "downloads",
    "favicon",
    "sidePanel"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "optional_permissions": [
    "identity"
  ],
  "optional_host_permissions": []
}