initial commit
Signed-off-by: Martin Matous <m@matous.dev>
This commit is contained in:
commit
c4c0be94b0
7 changed files with 82 additions and 0 deletions
17
manifest.json
Normal file
17
manifest.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue