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",
"author": {
"email": "[email protected]"
},
"name": "Whisk Automation - Google Whisk Whisk Automation",
"description": "C\u00f4ng c\u1ee5 t\u1ef1 \u0111\u1ed9ng h\u00f3a cho Whisk tr\u00ean Google Labs.",
"version": "1.0.6.0",
"version_name": "1.0.6",
"manifest_version": 3,
"action": {
"default_title": "Whisk Automation - Google Whisk Whisk Automation"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-f-LWHYLn.js"
],
"all_frames": false,
"matches": [
"*:\/\/labs.google\/*"
],
"run_at": "document_end"
}
],
"side_panel": {
"default_path": "src\/ui\/side-panel\/index.html"
},
"offline_enabled": true,
"host_permissions": [
"*:\/\/labs.google\/*"
],
"permissions": [
"storage",
"tabs",
"background",
"sidePanel",
"activeTab",
"downloads"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/labs.google\/*"
],
"resources": [
"assets\/index.ts-f-LWHYLn.js"
],
"use_dynamic_url": false
}
],
"icons": {
"16": "src\/assets\/logo.png",
"24": "src\/assets\/logo.png",
"32": "src\/assets\/logo.png",
"128": "src\/assets\/logo.png"
}
}