diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 9cb0321..f8c500a 100644 --- a/manifest.json +++ b/manifest.json @@ -10,9 +10,9 @@ "https://*/*" ], "js": [ - "youtube.js", - "twitter.js", - "instagram.js", + "bridges/youtube.js", + "bridges/twitter.js", + "bridges/instagram.js", "cs.js" ] } |