From 48267f154e16fbd51accad911cd4ad279077335a Mon Sep 17 00:00:00 2001 From: kodxana Date: Sun, 20 Oct 2019 18:41:28 +0200 Subject: [PATCH] Manifest fixes Fixed: - Missing icons - Wrong name in toolbar --- manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 714db0f..f61f593 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,11 @@ "persistent": false }, "browser_action": { - "default_title": "Test" + "default_title": "Watch on LBRY" }, + "icons": { "16": "icon16.png", + "48": "icon48.png", + "128": "icon128.png" + }, "manifest_version": 2 -} \ No newline at end of file +}