diff options
| -rw-r--r-- | ext/manifest.json | 7 | 
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" +      } +    }  } |