34 lines
694 B
JSON
34 lines
694 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Private Nitter redirector",
|
|
"icons": {
|
|
"16": "icon-16.png",
|
|
"32": "icon-32.png",
|
|
"64": "icon-64.png"
|
|
},
|
|
"description": "Redirect to and authenticate with a private Nitter instance",
|
|
"version": "1.1",
|
|
"permissions": [
|
|
"declarativeNetRequestWithHostAccess",
|
|
"storage"
|
|
],
|
|
"host_permissions": [
|
|
"*://twitter.com/*",
|
|
"*://www.twitter.com/*",
|
|
"*://mobile.twitter.com/*",
|
|
"*://x.com/*"
|
|
],
|
|
"action": {
|
|
"default_icon": {
|
|
"16": "icon-16.png",
|
|
"32": "icon-32.png",
|
|
"64": "icon-64.png"
|
|
},
|
|
"default_popup": "dialog.html"
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "{29f1556c-bde4-469f-b8de-79aac940da26}"
|
|
}
|
|
}
|
|
}
|