Files

27 lines
529 B
JSON

{
"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"
}
}