Update manifest.json

Removed old script reffs
This commit is contained in:
Maxim 2017-12-23 02:20:12 -06:00 committed by GitHub
parent 20c9921f77
commit 1eeea4a5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"content_scripts": [ {
"matches": ["*://*.youtube.com/watch?v=*"],
"js": ["scripts/jquery-3.2.1.js", "scripts/arrive.js", "scripts/betterYoutube.js"],
"js": ["scripts/betterYoutube.js"],
"css": ["styles/betterYoutube.css"],
"run_at": "document_end",
"all_frames": true