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": "Revo",
"description": "The AI Agent for Product Teams.",
"version": "1.5.9",
"permissions": [
"storage",
"tabs",
"contextMenus",
"cookies",
"sidePanel",
"commands"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": ".\/assets\/revo-logo.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/fullPageScreenshotContentScript.js"
]
},
{
"matches": [
"https:\/\/meet.google.com\/*"
],
"js": [
"js\/contentapp.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"resources\/*.json",
"\/assets\/*",
"injectedScript.js"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+E"
},
"description": "Open Revo"
},
"take_screenshot": {
"suggested_key": {
"default": "Alt+Shift+S"
},
"description": "Take Screenshot"
},
"take_full_page_screenshot": {
"suggested_key": {
"default": "Alt+Shift+F"
},
"description": "Take Full Page Screenshot"
}
},
"externally_connectable": {
"matches": [
"https:\/\/app.revo.ai\/*"
]
}
}