Update manifest.json

This commit is contained in:
Maxim 2017-12-27 05:32:26 -06:00 committed by GitHub
parent b4e75f2419
commit 9107c5b80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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