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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|