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
572 B
JSON
Raw Normal View History

2024-11-30 23:37:52 +01:00
{
"manifest_version": 3,
"name": "meowad",
"description": ":3",
2024-12-02 22:20:43 +01:00
"version": "3.1.0",
2024-11-30 23:37:52 +01:00
"permissions": [],
2024-12-01 10:28:22 +01:00
"icons": {
"128": "icon.png"
},
2024-11-30 23:37:52 +01:00
"content_scripts": [
{
"js": ["main.js"],
"matches": [
"https://x.com/*"
]
}
],
"browser_specific_settings": {
2024-12-01 10:28:22 +01:00
"ignore this error, this is required for the extension": "to be published on the firefox add-on store",
2024-11-30 23:37:52 +01:00
"gecko": {
2024-12-01 10:28:22 +01:00
"id": "meowad@iwontreadyouremails.kwiatekmiki.pl"
2024-11-30 23:37:52 +01:00
}
}
}