Add webfonts directory to manifest.json

font-awesome
Nick Krichevsky 2018-07-09 04:21:12 -04:00
parent 6cda7ae107
commit 8316b18fc0
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
"default_popup": "twig/browser-action.html"
},
"web_accessible_resources": [
"twig/*.html.twig"
"twig/*.html.twig",
"webfonts/*"
]
}