mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
Update manifest.json
Use wildcard for web_accessible_resources to make it more flexible.
This commit is contained in:
@@ -25,9 +25,7 @@
|
||||
},
|
||||
|
||||
"web_accessible_resources": [
|
||||
"beasts/frog.jpg",
|
||||
"beasts/turtle.jpg",
|
||||
"beasts/snake.jpg"
|
||||
"beasts/*.jpg"
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user