removed redundant files
This commit is contained in:
1163
background.js
1163
background.js
File diff suppressed because one or more lines are too long
2809
content.js
2809
content.js
File diff suppressed because one or more lines are too long
@@ -1,48 +0,0 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
|
||||
"name": "🔴 LIVE CHAT",
|
||||
"version": "1.0.1",
|
||||
"description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.",
|
||||
"icons": {
|
||||
"48": "assets/icons/icon48.png",
|
||||
"128": "assets/icons/icon128.png",
|
||||
"512": "assets/icons/icon512.png"
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"storage",
|
||||
"background"
|
||||
],
|
||||
|
||||
"options_ui": {
|
||||
"page": "html/options.html",
|
||||
"chrome_style": true
|
||||
},
|
||||
|
||||
"browser_action": {
|
||||
"default_popup": "html/options.html",
|
||||
"chrome_style": true
|
||||
},
|
||||
|
||||
"background": {
|
||||
"scripts": [
|
||||
"background.js"
|
||||
]
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"*://*.youtube.com/*"
|
||||
],
|
||||
"js": [ "content.js" ],
|
||||
"run_at": "document_end",
|
||||
"all_frames": true
|
||||
}
|
||||
],
|
||||
|
||||
"web_accessible_resources": [
|
||||
"assets/*"
|
||||
]
|
||||
}
|
||||
20531
options.js
20531
options.js
File diff suppressed because one or more lines are too long
1760
welcomePage.js
1760
welcomePage.js
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user