2Slash

2Slash

Your Prompt-Free AI Assistant, Everywhere

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "images/logo.png",
      "24": "images/logo.png",
      "32": "images/logo.png"
    },
    "default_title": "Click to open 2Slash"
  },
  "background": {
    "service_worker": "scripts/background.min.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/floater.css",
        "css/cm.css"
      ],
      "js": [
        "scripts/global.js",
        "scripts/tooltip.min.js",
        "scripts/content.min.js",
        "scripts/plugins/floating-ui-core.js",
        "scripts/plugins/floating-ui-dom.js",
        "scripts/plugins/lc-select.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Your Prompt-Free AI Assistant, Everywhere",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "manifest_version": 3,
  "name": "2Slash",
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "version": "3.5.1",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "index.html",
        "images/logo.png",
        "images/bg-steps.jpg",
        "images/pin.png",
        "images/signup.png",
        "views/tooltip.html",
        "views/floating.html",
        "views/cm.html",
        "fonts/PlusJakartaSans-Bold.ttf",
        "fonts/PlusJakartaSans-ExtraBold.ttf",
        "fonts/PlusJakartaSans-Medium.ttf",
        "fonts/PlusJakartaSans-Regular.ttf"
      ]
    }
  ]
}