diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 19:23:17 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-27 19:23:17 -0500 |
commit | d5b1217df3fe7480fc5f58fe194f5bbf73281094 (patch) | |
tree | dc24325097acb461b24415e87666da96f7912aae /ext/background.html | |
parent | b9310603865292749d7303f41b7c2d6b6f286078 (diff) |
Use import map
Diffstat (limited to 'ext/background.html')
-rw-r--r-- | ext/background.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/background.html b/ext/background.html index dc88f397..6f9ee5f6 100644 --- a/ext/background.html +++ b/ext/background.html @@ -12,6 +12,14 @@ <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/css/background.css"> + <script type="importmap">{"imports":{ +"dexie": "./lib/dexie.js", +"handlebars": "./lib/handlebars.js", +"parse5": "./lib/parse5.js", +"wanakana": "./lib/wanakana.js", +"validate-schemas": "./lib/validate-schemas.js", +"zip.js": "./lib/zip.js" +}}</script> </head> <body> |