From 1d415e731fe717c7c680f07e0926decd578beb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=C4=83ng=20T=C3=BA?= <43217335+dtvn@users.noreply.github.com> Date: Fri, 31 May 2019 19:55:59 +0700 Subject: [PATCH] Update manifest.json Use wildcard for web_accessible_resources to make it more flexible. --- beastify/manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/beastify/manifest.json b/beastify/manifest.json index 81f88656..08b2fb4b 100644 --- a/beastify/manifest.json +++ b/beastify/manifest.json @@ -25,9 +25,7 @@ }, "web_accessible_resources": [ - "beasts/frog.jpg", - "beasts/turtle.jpg", - "beasts/snake.jpg" + "beasts/*.jpg" ] }