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",
"name": "Cascade",
"description": "Generative browser scripting",
"version": "0.0.1",
"manifest_version": 3,
"action": {
"default_title": "Open panel",
"default_icon": {
"16": "\/images\/[email protected]",
"32": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
}
},
"icons": {
"16": "\/images\/[email protected]",
"48": "\/images\/[email protected]",
"128": "\/images\/[email protected]"
},
"side_panel": {
"default_path": "popup.html"
},
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"permissions": [
"activeTab",
"scripting",
"sidePanel"
]
}