17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
|
|
"manifest_version": 2,
|
|
"name": "unfdom",
|
|
"version": "1.0",
|
|
"description": "Fix *.fandom.com gallery browsing",
|
|
"author": "Martin Matouš",
|
|
"homepage_url": "https://codeberg.org/mmatous/unfdom",
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://*.fandom.com/*"],
|
|
"js": ["unf.js"]
|
|
}
|
|
]
|
|
|
|
}
|