Servant AI

Servant AI

Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Servant AI",
  "version": "0.1.3",
  "description": "Your AI secretary like J.A.R.V.I.S. Use +200 no signup tools in one place.",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "entry.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "logo_servantai_128.png"
  },
  "browser_action": {
    "default_title": "Servant AI"
  },
  "manifest_version": 3,
  "permissions": [
    "https://*/*",
    "http://*/*"
  ]
}