diff --git a/bin/amo/placeholder.txt b/bin/amo/placeholder.txt new file mode 100644 index 0000000..a8fe526 --- /dev/null +++ b/bin/amo/placeholder.txt @@ -0,0 +1 @@ +Place Holder File diff --git a/src/icons/betterYoutube.svg b/src/icons/betterYoutube.svg deleted file mode 100644 index ae7ae37..0000000 --- a/src/icons/betterYoutube.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - BY+ - - diff --git a/src/icons/betterYoutube_48.png b/src/icons/betterYoutube_48.png new file mode 100644 index 0000000..a902041 Binary files /dev/null and b/src/icons/betterYoutube_48.png differ diff --git a/src/icons/betterYoutube_96.png b/src/icons/betterYoutube_96.png new file mode 100644 index 0000000..652e390 Binary files /dev/null and b/src/icons/betterYoutube_96.png differ diff --git a/src/manifest.json b/src/manifest.json index a2ae126..03f7011 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -17,8 +17,8 @@ ], "icons": { - "48": "icons/betterYoutube.svg", - "96": "icons/betterYoutube.svg" + "48": "icons/betterYoutube_48.png", + "96": "icons/betterYoutube_96.png" }, "options_ui": { "page": "pages/options.html" },