feat(chrome): hand snapshots to context mode

This commit is contained in:
云服务部-叶林立
2026-08-28 14:45:37 +08:00
parent 221e978622
commit f3a2abe1e4
96 changed files with 12800 additions and 26 deletions
@@ -0,0 +1,26 @@
{
"manifest_version": 3,
"name": "Pi Chrome Connector",
"version": "0.15.46",
"description": "Lets Pi control tabs in Chrome via a local connector at 127.0.0.1.",
"permissions": [
"tabs",
"tabGroups",
"scripting",
"storage",
"activeTab",
"alarms",
"webNavigation",
"debugger"
],
"host_permissions": [
"<all_urls>",
"http://127.0.0.1:17318/*"
],
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_title": "Pi Chrome Connector"
}
}