Update manifest.json
This commit is contained in:
parent
b4e75f2419
commit
9107c5b80d
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Better Youtube +",
|
||||
"version": "1.0.8",
|
||||
"version": "1.1.1",
|
||||
"description": "Enhancements for Youtube to have a better experience.",
|
||||
|
||||
"applications": {
|
||||
|
@ -25,7 +25,7 @@
|
|||
|
||||
"content_scripts": [ {
|
||||
"matches": ["*://*.youtube.com/watch?v=*"],
|
||||
"js": ["scripts/betterYoutube.js"],
|
||||
"js": ["scripts/jquery-3.2.1.min.js", "scripts/betterYoutube.js"],
|
||||
"css": ["styles/betterYoutube.css"],
|
||||
"run_at": "document_end",
|
||||
"all_frames": true
|
||||
|
|
Loading…
Reference in New Issue