summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorispedals <ispedals@users.noreply.github.com>2016-06-11 18:45:30 -0400
committerispedals <ispedals@users.noreply.github.com>2016-06-18 19:14:14 -0400
commitdb5befcf451b26e00b94aeff927099bc63c63e5d (patch)
treea44f292b3a95b2b2d230ad3c754f1c9f997ad182
parentb7901945b34cda8994f12950ce50024a6b028cee (diff)
Add Gecko as a supported application to manifest
-rw-r--r--ext/manifest.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 3cb13480..29160d3b 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -26,5 +26,10 @@
"fg/js/frame.js",
"fg/ttf/kanji-stroke-orders.ttf",
"fg/ttf/vl-gothic-regular.ttf"
- ]
+ ],
+ "applications": {
+ "gecko": {
+ "id": "yomichan-gecko@example.com"
+ }
+ }
}