Soft Skills Cloud

Soft Skills Cloud

An AI-backed soft-skills coach

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.2577fc03.png",
    "32": "icon32.plasmo.d583dc1e.png",
    "48": "icon48.plasmo.e0fcfb1d.png",
    "64": "icon64.plasmo.e6259081.png",
    "128": "icon128.plasmo.96a1ede9.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.2577fc03.png",
      "32": "icon32.plasmo.d583dc1e.png",
      "48": "icon48.plasmo.e0fcfb1d.png",
      "64": "icon64.plasmo.e6259081.png",
      "128": "icon128.plasmo.96a1ede9.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": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "anchors.46b98d99.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "corrections.de7352a5.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*.notion.so/*",
    "https://*.slack.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "options.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "{5abddcdd-87a2-40f2-a258-fb5f7139ddce}"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "anchors.52e8fe63.css",
        "anchors.88f8967f.css",
        "anchors.dba1ce2d.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "anchors.dba1ce2d.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5abddcdd-87a2-40f2-a258-fb5f7139ddce}"
    }
  }
}