-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifest.json
67 lines (64 loc) · 1.7 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"manifest_version": 3,
"author": "Sreecharan S. (sr2echa)",
"name": "ThottaThukiduven",
"version": "1.16",
"description": "Your ultimate tool for Getting AI response, unblock Copy/Paste and keep the window always active. Yk where you can use...",
"background": {
"service_worker": "background.js"
},
"host_permissions": ["*://*/*"],
"permissions": [
"contextMenus",
"clipboardWrite",
"clipboardRead",
"storage",
"tabs",
"activeTab",
"scripting",
"downloads",
"windows"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons/off.png"
}
},
"icons": {
"128": "icons/logo.png"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
],
"commands": {
"search-mcq": {
"suggested_key": {
"default": "Alt+Shift+X"
},
"description": "Solve MCQs"
},
"custom-copy": {
"suggested_key": {
"default": "Alt+Shift+C"
},
"description": "Custom Copy"
},
"custom-paste": {
"suggested_key": {
"default": "Alt+Shift+V"
},
"description": "Custom Paste"
},
"show-overlay": {
"suggested_key": {
"default": "Alt+K"
},
"description": "Show wAI menu"
}
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA41rIOYBJkYaRSfAOUOWwgCe0X/0rW+Cn04kAuM1j2i0i461w5IodNoMQMOGixC8vK1hrDnxHVfgTh/NsYVK0Dl9I/BAiSdA8o3JWCMqqLk2ZMy4022lH+apQ0aDSmMJfrdLxS411N0Vyo3QCHisFy7cYfQAjc0z1KcuahkrPa6MoVSlJo6yN5601xR0ezeZiIeiweCqK4YKxziQ8dRSj6X5SQ1DXCDKfC8/1Ssam8cY2vn9GHm6ICL4nkPInZB8MBLdzjiEXxs9ciWrkxUfIOa5ewH1dXBeBSfll8ukM5G+5t3KxJyJM0JZLJZfVHWk5PZZLoa6YCja1YnUhUazXOQIDAQAB"
}