mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
feat(chrome): hand snapshots to context mode
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user