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 +}