|
1 | 1 | { |
2 | 2 | "manifest_version": 3, |
3 | 3 | "name": "HyperChat [Improved YouTube Chat]", |
| 4 | + "version": "0.0.0", |
4 | 5 | "homepage_url": "https://livetl.app/hyperchat", |
5 | 6 | "description": "Improved YouTube chat with CPU/RAM optimizations, customization options, and cutting-edge features!", |
6 | | - "version": "0.0.0", |
7 | | - "permissions": [ |
8 | | - "storage" |
9 | | - ], |
10 | 7 | "icons": { |
11 | 8 | "48": "assets/logo-48.png", |
12 | 9 | "128": "assets/logo-128.png" |
13 | 10 | }, |
| 11 | + "permissions": [ |
| 12 | + "storage" |
| 13 | + ], |
| 14 | + "host_permissions": [ |
| 15 | + "https://www.youtube.com/live_chat*", |
| 16 | + "https://www.youtube.com/live_chat_replay*", |
| 17 | + "https://studio.youtube.com/live_chat*", |
| 18 | + "https://studio.youtube.com/live_chat_replay*" |
| 19 | + ], |
14 | 20 | "content_scripts": [ |
15 | 21 | { |
16 | 22 | "matches": [ |
|
22 | 28 | "js": [ |
23 | 29 | "scripts/chat-injector.ts" |
24 | 30 | ], |
25 | | - "css": ["stylesheets/titlebar.css"], |
| 31 | + "css": [ |
| 32 | + "stylesheets/titlebar.css" |
| 33 | + ], |
26 | 34 | "all_frames": true |
27 | 35 | }, |
28 | 36 | { |
|
32 | 40 | "js": [ |
33 | 41 | "scripts/chat-mounter.ts" |
34 | 42 | ], |
35 | | - "css": ["stylesheets/scrollbar.css", "stylesheets/page404.css"], |
| 43 | + "css": [ |
| 44 | + "stylesheets/scrollbar.css", |
| 45 | + "stylesheets/page404.css" |
| 46 | + ], |
36 | 47 | "all_frames": true |
37 | 48 | } |
38 | 49 | ], |
|
51 | 62 | }, |
52 | 63 | "web_accessible_resources": [ |
53 | 64 | { |
54 | | - "resources": [ "*" ], |
55 | | - "matches": [ "<all_urls>" ] |
| 65 | + "resources": ["*"], |
| 66 | + "matches": ["<all_urls>"] |
56 | 67 | } |
57 | 68 | ], |
58 | 69 | "options_ui": { |
|
63 | 74 | "{{firefox}}.browser_specific_settings": { |
64 | 75 | "gecko": { |
65 | 76 | "id": "{14a15c41-13f4-498e-986c-7f00435c4d00}", |
66 | | - "strict_min_version": "58.0" |
| 77 | + "strict_min_version": "115.0" |
67 | 78 | } |
68 | 79 | } |
69 | 80 | } |
0 commit comments