1
0
Fork 0
mirror of https://codeberg.org/kwiat/meowad.git synced 2025-04-20 12:44:08 +02:00
meowad/manifest.json

24 lines
No EOL
659 B
JSON

{
"manifest_version": 3,
"name": "meowad",
"description": "Replaces all ads on Twitter with an ad from \":3\" that's just filled with meowing and :3",
"version": "3.1.0",
"permissions": [],
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"js": ["main.js"],
"matches": [
"https://x.com/*"
]
}
],
"browser_specific_settings": {
"ignore this error, this is required for the extension": "to be published on the firefox add-on store",
"gecko": {
"id": "meowad@iwontreadyouremails.kwiatekmiki.pl"
}
}
}