Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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\/*"
]
}