Examine source code of EasyOne:your AI Assistant with Custom Tools in One Solution.

Inspect and view changes in EasyOne:your AI Assistant with Custom Tools in One Solution. source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "EasyOne:your AI Assistant with Custom Tools in One Solution.",
  "version": "1.1.1",
  "description": "Unlike ChatGPT, limited to chat, EasyOne offers powerful AI tools, accessible with text or voice command.Easy One, Easy Work!",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "storage",
    "tabs",
    "identity"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*",
        "*://*.atlassian.net/*",
        "https://mail.google.com/*",
        "https://docs.google.com/*",
        "*://*.gitlab.com/*",
        "*://*.github.com/*",
        "<all_urls>"
      ],
      "js": [
        "js/marked.min.js",
        "js/highlight.min.js",
        "js/prism.js",
        "js/shepherd.js",
        "js/html2canvas.min.js",
        "apiRequest.js",
        "slidebar.js",
        "agents-management.js",
        "util.js",
        "chat.js",
        "setting.js",
        "content.js",
        "translations.js"
      ],
      "css": [
        "css/style.css",
        "css/theme.css",
        "css/prism.css",
        "css/shepherd.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "https://js.stripe.com/v3/",
        "translations.json",
        "popup.html",
        "js/marked.min.js",
        "js/highlight.min.js",
        "js/prism.js",
        "js/html2canvas.min.js",
        "slidebar.js",
        "agents-management.js",
        "chat.html",
        "chat.js",
        "https://api.ai-helper.co:8813/*",
        "https://99.33.59.3:8813",
        "setting.js",
        "translations.js",
        "translations.json",
        "pages/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": "images/icon-128.png"
  },
  "oauth2": {
    "client_id": "511427176898-3gmclocg3gp0t8pa25rlprqb1sj0br7a.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}