From e3b7a7589ef08a1738e36b148f44760ed69b4e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Mon, 15 Apr 2019 16:32:43 +0200 Subject: [PATCH] Identification --- manifest.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" },