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": "Sushi \ud83c\udf52",
"version": "1.11.41",
"description": "AI coding assistant for generation, debugging & architecture. Production-ready code in seconds. Built for developers.",
"permissions": [
"storage",
"sidePanel",
"tabs",
"contextMenus",
"cookies"
],
"host_permissions": [
"https:\/\/*.chrry.ai\/*",
"https:\/\/chrry.dev\/*",
"http:\/\/localhost:5173\/*",
"http:\/\/localhost:3001\/*"
],
"action": {
"default_title": "Sushi"
},
"icons": {
"16": "icons\/sushi-icon-16.png",
"32": "icons\/sushi-icon-32.png",
"48": "icons\/sushi-icon-48.png",
"128": "icons\/sushi-icon-128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"side_panel": {
"default_path": "index.html"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
}