diff --git a/manifest.json b/manifest.json index 3e438ae..87ec528 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "ClickSnd", "version": "1.0", - "description": "Plays a click sound when you click on a link.", + "description": "Plays a custom sound on link click or page load.", "icons": { "48": "icon.png" }, @@ -25,5 +25,10 @@ "id": "clicksnd@wirlaburla.worlio.com", "update_url": "https://wirlaburla.worlio.com/software/browser-addons/updates.json" } - } + }, + "developer": { + "name": "Nicholas G.", + "url": "https://wirlaburla.worlio.com/" + }, + "homepage_url": "https://wirlaburla.worlio.com/software/browser-addons/" } \ No newline at end of file