Closed vimaesar closed 3 years ago
This doesn't actually prevent anything from working as far as I can tell. This is a field that Firefox needs for the extension that google doesn't know about.
What happens when you try to get the overlay URL?
I use Google Chrome
Thank you for the screenshot! I will fix this ASAP
This has been fixed in version 0.2.2 which is currently live! Thanks!
Thank you!!!
On Sat, Jul 3, 2021 at 8:50 AM Aaron Parecki @.***> wrote:
Closed #21 https://github.com/aaronpk/live-chat-overlay/issues/21.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aaronpk/live-chat-overlay/issues/21#event-4974226351, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUWWQ6LAROSXQNQIJLSN4VLTV4IQVANCNFSM47XUP3GA .
Unrecognized manifest key 'browser_specific_settings'.
{ "name": "Live Chat Overlay", "description": "Restyle the YouTube popout chat so you can overlay it for livestreams", "manifest_version": 2, "version": "0.2.1", "homepage_url": "https://github.com/aaronpk/YouTube-Chat-Overlay", "icons": { "128": "icons/icon-128.png" }, "permissions": [ "https://youtube.com/", "https://www.youtube.com/", "https://studio.youtube.com/", "storage" ], "content_scripts": [{ "css": ["youtube.css"], "js": ["jquery.js", "youtube.js"], "matches": ["https://youtube.com/live_chat", "https://www.youtube.com/live_chat", "https://studio.youtube.com/live_chat"] }], "options_ui": { "page": "settings/options.html" }, "browser_specific_settings": { "gecko": { "id": "live-chat-overlay@aaronpk.tv", "strict_min_version": "80.0" }
Could you help me please?