diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-12-07 15:20:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 15:20:28 +0200 |
commit | df06251cb024a285c6ef27bf6b5dfc907afaef84 (patch) | |
tree | 1238fed12525ad4b8ac15357322c1601f426fea4 /ext/manifest.json | |
parent | d1950bc5f1a3cc737bbb43418738f5da7955ee7f (diff) | |
parent | f6d0503604e66ef89578332f6adb477606dc81f9 (diff) |
Merge pull request #299 from siikamiika/frontend-extract-text-scanner
Extract text scanner from Frontend
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 52bced23..225ca441 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -20,6 +20,7 @@ "js": [ "mixed/js/core.js", "mixed/js/dom.js", + "mixed/js/text-scanner.js", "fg/js/api.js", "fg/js/document.js", "fg/js/frontend-api-receiver.js", |