Skip to content

Commit

Permalink
Update manifest to include all of YouTube and run at doc idle
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Jul 15, 2018
1 parent f92d780 commit 832e908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chrome+firefox/dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Herp Derp for YouTube™",
"version": "1.6.6",
"version": "1.6.7",
"homepage_url": "https://www.tannr.com",
"description":
"Significantly improves YouTube comments by replacing them with random herps and derps.",
Expand All @@ -11,12 +11,12 @@
},
"content_scripts": [
{
"run_at": "document_end",
"run_at": "document_idle",
"all_frames": true,
"matches": [
"https://apis.google.com/*",
"https://plus.googleapis.com/*",
"https://www.youtube.com/"
"https://www.youtube.com/*"
],
"js": ["main.js"]
}
Expand Down

0 comments on commit 832e908

Please sign in to comment.