diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-06 19:56:13 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-06 19:56:13 -0700 |
commit | abb3d741422ac456546dc7d2995f0915998fde4e (patch) | |
tree | cd892d1db0354df728bafab6c49ae3cbc50d8bc4 /ext/manifest.json | |
parent | 80d2eac33cf00a8b13afb84d9d242029db97c75b (diff) |
Temporarily removing gecko code from master until everything works in
firefox branch.
This reverts commit 30585892b812dbf19c15bd010d6032fffa204c0d, reversing
changes made to bd89db4ec5a55e7b08b27a3d736a32e859084aff.
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 70ce4a9a..5f011d0d 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -28,10 +28,5 @@ "fg/js/frame.js", "fg/ttf/kanji-stroke-orders.ttf", "fg/ttf/vl-gothic-regular.ttf" - ], - "applications": { - "gecko": { - "id": "yomichan-gecko@example.com" - } - } + ] } |