Update manifest.json

Use wildcard for web_accessible_resources to make it more flexible.
This commit is contained in:
Đăng Tú
2019-05-31 19:55:59 +07:00
committed by GitHub
parent 4e6af304b9
commit 1d415e731f

View File

@@ -25,9 +25,7 @@
},
"web_accessible_resources": [
"beasts/frog.jpg",
"beasts/turtle.jpg",
"beasts/snake.jpg"
"beasts/*.jpg"
]
}