Botsy AI - Your #1 Writing Assistant

Botsy AI - Your #1 Writing Assistant

Botsy AI, The #1 tool to assist in all writing needs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Botsy AI - Your #1 Writing Assistant",
  "description": "Botsy AI, The #1 tool to assist in all writing needs!",
  "version": "1.2",
  "icons": {
    "16": "./images/botsyrobot.png",
    "48": "./images/botsyrobot.png",
    "128": "./images/botsyrobot.png"
  },
  "action": {
    "default_popup": "./popup/popup.html",
    "default_icon": "./images/botsyrobot.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://botsy.ai/*",
    "https://api.openai.com/*"
  ]
}