-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
90 lines (90 loc) · 2.52 KB
/
Copy pathmanifest.json
File metadata and controls
90 lines (90 loc) · 2.52 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"manifest_version": 3,
"name": "NiakGPT",
"version": "0.9.74",
"description": "Recovery stable de NiakGPT : retour au dernier socle utilisateur validé, sécurité conservée et couches expérimentales retirées.",
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"https://chatgpt.com/*"
],
"background": {
"service_worker": "background-v100.js"
},
"content_scripts": [
{
"matches": [
"https://chatgpt.com/*"
],
"css": [
"theme-v08.css",
"polish-v081.css",
"chronology-v081.css",
"multitab-v083.css",
"governance-v085.css",
"activity-v086.css",
"control-center-v090.css",
"core-v090.css",
"profiles-v100.css",
"commands-v100.css",
"onboarding-v100.css",
"coach-v100.css",
"pin-folders-v096.css",
"sidebar-ux-v119.css",
"side-panels-v096.css",
"continuity-v100.css",
"interruption-guard-v119.css",
"visual-stability-v101.css",
"live-fixes-v104.css",
"sidebar-metadata-v118.css",
"sidebar-projects-authority-v112.css",
"project-chat-ux-v110.css",
"home-layout-v112.css",
"native-actions-v113.css",
"sidebar-actions-v123.css",
"chat-attention-v113.css",
"matrix-guardian-v112.css",
"performance-guard-v112.css",
"sidebar-icons-v114.css",
"native-da-v112.css"
],
"run_at": "document_start",
"js": []
},
{
"matches": [
"https://chatgpt.com/*"
],
"js": [
"boot-gate-v100.js"
],
"run_at": "document_start"
},
{
"matches": [
"https://chatgpt.com/*"
],
"css": [
"retro-loader-v097.css"
],
"run_at": "document_start",
"js": []
}
],
"action": {
"default_title": "NiakGPT",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxhfsiAg5/N6bdP5qlUOkjulPdUqMH4N9C58wgEgAtjGmzoi4HjEGE/+iGfKlO1J3wzjReW6gTfkdPmVXSbLIbDG4qbcMC9HJiMKR5IUAc5aF/CyK92OHhAroxWGgUSpUpNkSZXAQtVxuo9YJWXJIXxCDmgSdg9rcdVO3kIG4bI3FbCvHfvC6qc0gHRyY41tS+FYBSysZWDdFJGkWQpLF4uZGTgaaqiG9AXs7gfucDKSc/ApXQmJ4YdlHvAcPV36l3sNrV5M9HdY9afS3FGyN1kZ55dT3Ty4LjlNVEUYz2fGbL0eoWl7gIJ0Kd1ZQmZzEQVLaMMTJu7vkk60UmX0EDQIDAQAB"
}