init commit

This commit is contained in:
2026-04-08 21:17:59 +02:00
commit 178b7bf7a2
24 changed files with 2466 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"manifest_version": 3,
"name": "browser-cli",
"version": "0.1.0",
"description": "Control your browser from the terminal via browser-cli",
"permissions": [
"tabs",
"tabGroups",
"scripting",
"windows",
"storage",
"alarms",
"nativeMessaging"
],
"host_permissions": ["<all_urls>"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "browser-cli"
}
}