From 935f72fbbb6e55ee321a19c96ae4415c6fa540ac Mon Sep 17 00:00:00 2001 From: Matt Gaikema Date: Thu, 23 Mar 2017 15:59:28 -0500 Subject: [PATCH] Publish --- .gitignore | 8 +++++++- manifest.json | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6aac1da..8ea4e15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ node_modules/ lib/ -dist/ \ No newline at end of file +dist/ + +web-ext-artifacts/ +.web-extension-id + +*.7z +sign.sh \ No newline at end of file diff --git a/manifest.json b/manifest.json index 1483ff5..e84ff36 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,9 @@ { "manifest_version": 2, "name": "reaction", - "version": "1.0", + "version": "1.1", + "author": "Matt Gaikema", + "homepage_url": "https://github.com/TexAgg/reactions-anywhere", "permissions": [ "activeTab", "downloads"