-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
56 lines (49 loc) · 1.55 KB
/
Copy pathmanifest.json
File metadata and controls
56 lines (49 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"manifest_version": 3,
"name": "TabKebab",
"version": "1.2.20",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwCRQJ1TYzrPLzXBtfnUk7FV5kSWxF5o4Ojax8L8P7jOgL+6s5klv5INp5Bno4smtf57bzwt8AGDXSp3fAiCIuDdFXgiFdCLaXpxOawuzkSCHg/I4rxL92X0NqfrSV2eIb0iuUXbXvTSvSM2VXv9ZKQNflJaMKiYVoolEdGEg7mL3xZ8Btw05EuhzT/lp398NKHIz7ZFo3tw6BhuCUlELNWDFLDrfj9YSZW0/qKwCgqryLGwCwYAAoa5hmNQRcW4UYfcXHNFzTEJ4w7oMMLJ7Y28XAvM5et9k8H/vkH4eNbUHa6C0W+TjmmfUmZcUJaGEcvYy4mtstP4/j9BdJU50uQIDAQAB",
"description": "Stack and Organize Tabs — group by domain or AI, save sessions, close duplicates, and organize with drag-and-drop.",
"permissions": [
"tabs",
"tabGroups",
"storage",
"sidePanel",
"identity",
"alarms",
"bookmarks"
],
"host_permissions": [
"https://api.openai.com/*",
"https://api.anthropic.com/*",
"https://generativelanguage.googleapis.com/*"
],
"oauth2": {
"client_id": "873809052111-98bqhnbc3enk2l20iumfvsmvdhbpgq4l.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/drive.file"
]
},
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"side_panel": {
"default_path": "sidepanel/panel.html"
},
"action": {
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_title": "Open TabKebab"
},
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
}