diff options
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest/manifest.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 7b920dd3..63c34018 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -4,6 +4,7 @@ "version": "2.1.1", "default_locale": "en", "description": "__MSG_Description__", + "homepage_url": "https://sponsor.ajay.app", "content_scripts": [{ "run_at": "document_start", "matches": [ @@ -41,6 +42,8 @@ "icons/report.png", "icons/close.png", "icons/beep.ogg", + "icons/pause.svg", + "icons/stop.svg", "icons/PlayerInfoIconSponsorBlocker.svg", "icons/PlayerDeleteIconSponsorBlocker.svg", "popup.html", |