mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
Support building content scripts defined in manifest.json
This commit is contained in:
@@ -5,6 +5,22 @@
|
||||
"host_permissions": [
|
||||
"*://*.furbooru.org/"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"*://*.furbooru.org/",
|
||||
"*://*.furbooru.org/images?*",
|
||||
"*://*.furbooru.org/search?*",
|
||||
"*://*.furbooru.org/tags/*"
|
||||
],
|
||||
"js": [
|
||||
"src/content/listing.js"
|
||||
],
|
||||
"css": [
|
||||
"src/styles/content/listing.scss"
|
||||
]
|
||||
}
|
||||
],
|
||||
"action": {
|
||||
"default_popup": "index.html"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user