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 0fd72386..f525dff8 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -41,5 +41,10 @@          "fg/frame.html",          "fg/ttf/kanji-stroke-orders.ttf",          "fg/ttf/vl-gothic-regular.ttf" -    ] +    ], +    "applications": { +        "gecko": { +            "id": "alex@foosoft.net" +        } +    }  } |