diff --git a/chrome/manifest.json b/chrome/manifest.json index 36c7b14..a658511 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -27,6 +27,7 @@ "data/shared/img/buffer-hover-icon@1x.png", "data/shared/img/buffer-hover-icon@2x.png", "data/shared/img/white-loading-gif-small.gif", + "data/shared/img/buffer-icon-small.png", "data/shared/tpc-check.html" ], "content_scripts": [ @@ -138,6 +139,17 @@ "js": [ "data/shared/embeds/buffer-quora.js" ] + }, + { + "matches": [ + "*://github.com/**" + ], + "js": [ + "data/shared/embeds/buffer-github.js" + ], + "css": [ + "data/shared/embeds/buffer-github.css" + ] } ], "icons": { diff --git a/chrome/options.html b/chrome/options.html index 7c7899f..1014bc4 100644 --- a/chrome/options.html +++ b/chrome/options.html @@ -44,6 +44,11 @@