diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-08 18:47:24 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-08 18:47:24 -0700 |
commit | da0cb81801ac897fa41761af0b0b18fda9d16195 (patch) | |
tree | 992bea48155ab01fee5436be84ab8605634c16c4 /ext/manifest.json | |
parent | 78fad1da18694d2471c0a68399d69b0fe94e2b2d (diff) |
Allow bootstrap in popup templates
Diffstat (limited to 'ext/manifest.json')
-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 02cfd6d8..dc766795 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -33,6 +33,11 @@ "fg/img/play_audio.png", "fg/js/frame.js", "fg/ttf/kanji-stroke-orders.ttf", - "fg/ttf/vl-gothic-regular.ttf" + "fg/ttf/vl-gothic-regular.ttf", + "lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css", + "lib/bootstrap-3.3.6-dist/css/bootstrap.min.css", + "lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf", + "lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff", + "lib/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2" ] } |