diff --git a/manifest.json b/manifest.json index b20bb13..dfeb749 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,18 @@ { - "manifest_version": 2, "name": "GithubPoints", "version": "1.0", "description": "Adds points and summary to the Github Project page", + "author": "José Carlos Cuevas", + + "applications": { + "gecko": { + "id": "githubpoints@doofinder.com" + } + }, + "icons": { "48": "icons/githubpoints-48.png" },