Cheat Layer

Cheat Layer

Automate Your Business Using Machine Learning In The Browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cheat Layer",
  "description": "Automate Your Business Using Machine Learning In The Browser",
  "version": "13.2.9",
  "icons": {
    "512": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXQD4PZTCoKYKac3GGptPJsUjeDqxgQQGYVt+AOUvlCzvNb1sAy1DiZQpQXT9FXlMDNdBbfUux0zvgACwqbT6GwsyF+Mb0Tzg9Nuj9Ae6r2O3nI6ltilgF4C5k25SVs9y/2hu8Df5+WgqMB2aVbk/+vMDn5hDQ8rbP4vu57UVYKRuOdkEdS1RxaJfmYAAmqZ1wBniaJccYoIJ8VtCjev7aXCSvzVNHoBo0C+Kx8r0HouabC4a8pUK+cz6D/hOeZENPDvWkLdKGR10Zw1g2we4Kw4u7x1aagvduZSAjWvbaw/jSqPyPMOYz7B2iLzoGrJxorfaNWp08/Ql1j2pMjnVwIDAQAB",
  "content_security_policy": "worker-src blob:;script-src  script-src *.jsdelivr.net/ *.unpkg.com/ *.google.com *.instagram.com 'self' 'unsafe-eval' https://jsdelivr.net https://unpkg.com https://apis.google.com https://cheatlayer.com/ https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "bootstrap-grid.min.css",
        "style.css",
        "css/jquery-ui.min.css",
        "css/jquery-ui.structure.css",
        "css/jquery-ui.theme.css",
        "css/style.css"
      ],
      "js": [
        "progressbar.js",
        "supabase.js",
        "cronstrue.min.js",
        "pdf.min.js",
        "ml5.min.js",
        "chart.js",
        "HtmlSanitizer.js",
        "FileSaver.min.js",
        "exceljs.min.js",
        "jquery-3.5.1.min.js",
        "js/jquery-ui.min.js",
        "html2canvas.min.js",
        "firebase-app-compat.min.js",
        "firebase-database-compat.min.js",
        "popper.min.js",
        "tippy.all.min.js",
        "intro.min.js",
        "js/main.js",
        "js/custom-picker.js",
        "leader-line.min.js",
        "interact.min.js",
        "screenshot.js",
        "ace.js",
        "theme-tomorrow.js",
        "mode-javascript.js",
        "ext-language_tools.js",
        "cheat.js"
      ]
    },
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "js": [
        "gmail.js"
      ],
      "run_at": "document_start"
    }
  ],
  "commands": {
    "open-atlas": {
      "suggested_key": "Alt+S",
      "description": "Run Project Atlas on any website"
    }
  },
  "background": {
    "scripts": [
      "jquery-3.5.1.min.js",
      "peer.js",
      "supabase.js",
      "sse.js",
      "pdf.min.js",
      "html2canvas.min.js",
      "tesseract.min.js",
      "firebase-app-compat.min.js",
      "firebase-database-compat.min.js",
      "background.js",
      "gapi-client.js"
    ]
  },
  "oauth2": {
    "client_id": "839545279735-0b4c3gs6sgds88brcthb7itebp4b8gf4.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets",
      "https://www.googleapis.com/auth/spreadsheets.readonly",
      "https://www.googleapis.com/auth/documents",
      "https://www.googleapis.com/auth/documents.readonly"
    ]
  },
  "web_accessible_resources": [
    "bg_icon.png",
    "img/l.svg",
    "img/avatar.png",
    "atlas.gif",
    "openai.png",
    "gmail.png",
    "excel.png",
    "filter.png",
    "rss.png",
    "logo.png",
    "logo.gif",
    "folder.png",
    "backroot.png",
    "redx.png",
    "pdf.png"
  ],
  "permissions": [
    "downloads",
    "debugger",
    "webNavigation",
    "*://*.twitter.com/*",
    "*://*.facebook.com/*",
    "*://*.instagram.com/*",
    "*://*.cloudflare.com/*",
    "*://*.cheatlayer.com/*",
    "identity",
    "https://docs.google.com/*",
    "https://docs.google.com/spreadsheets/",
    "https://*.googleapis.com/*",
    "tabs",
    "*://*/*",
    "storage",
    "https://instoo.com/"
  ]
}