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": "Textero AI: Your Personal AI-Powered Writing & Research Assistant",
"version": "1.1.1",
"description": "Textero is an AI-powered writing assistant that helps you create high-quality content faster and easier.",
"icons": {
"128": "icons\/textero-icon.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"128": "icons\/textero-icon.png"
}
},
"side_panel": {
"default_path": "sidepanel\/sidepanel.html"
},
"minimum_chrome_version": "114",
"permissions": [
"sidePanel",
"storage"
]
}