scale.jobs - AI Copilot

scale.jobs - AI Copilot

Delegate applying to jobs to your assistants or use AI Copilot

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.147a396a.png",
    "32": "icon32.plasmo.d9cf3ee8.png",
    "48": "icon48.plasmo.e70ebda0.png",
    "64": "icon64.plasmo.c364a21e.png",
    "128": "icon128.plasmo.942863d5.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.147a396a.png",
      "32": "icon32.plasmo.d9cf3ee8.png",
      "48": "icon48.plasmo.e70ebda0.png",
      "64": "icon64.plasmo.c364a21e.png",
      "128": "icon128.plasmo.942863d5.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.1.7",
  "author": "Balaji Kummari",
  "name": "scale.jobs - AI Copilot",
  "description": "Delegate applying to jobs to your assistants or use AI Copilot",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://localhost:3000/*",
        "https://scale.jobs/*"
      ],
      "js": [
        "auth.49e5c962.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sidebar.70830f65.js"
      ],
      "css": [
        "sidebar.7689dbb7.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "tabs/*",
        "*.html"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "sidebar.6ddd23f8.css"
      ]
    }
  ]
}