-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (38 loc) · 1.08 KB
/
manifest.json
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
{
"manifest_version": 3,
"name": "AI Task Manager",
"version": "1.0",
"description": "A powerful Ai task manager powered by Google's Gemini Nano (Chrome's built-in AI) and Gemini Flash Models.",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_title": "AI Task Manager",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"permissions": [
"processes",
"system.cpu",
"system.memory",
"aiLanguageModelOriginTrial",
"storage",
"unlimitedStorage",
"tabs",
"webRequest",
"history"
],
"background": {
"service_worker": "background.js"
},
"trial_tokens": [
"AhpOk8KWrMOPshGnK9CBue0CKGNR+A4u+U+C5XR6qtB9DVu7VML48DV3mgkL+Qkqy+BazEemvP3Fgr+DaccKuAEAAAB4eyJvcmlnaW4iOiJjaHJvbWUtZXh0ZW5zaW9uOi8vaG5pamFjamdnaWJpamxhY2FkYWttZm1tcG5rbWJwa28iLCJmZWF0dXJlIjoiQUlQcm9tcHRBUElGb3JFeHRlbnNpb24iLCJleHBpcnkiOjE3NjA0ODYzOTl9"
]
}