Soft Skills Cloud

Soft Skills Cloud

An AI-backed soft-skills coach

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.3.13",
  "author": "Really Big Frogs <[email protected]>",
  "name": "Soft Skills Cloud",
  "description": "An AI-backed soft-skills coach",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "anchors.3b5c7274.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "corrections.bc2f7d8d.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*.notion.so/*",
    "https://*.slack.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "options.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "inemnkkfkggidifoeiiambfjeahkdlam"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "anchors.7ed08a52.css",
        "anchors.8e905bdd.css",
        "anchors.1b3d87cc.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "anchors.1b3d87cc.css"
      ]
    }
  ]
}