Skip to content

Instantly share code, notes, and snippets.

@jfut
Created September 3, 2019 06:23
Show Gist options
  • Save jfut/1d0e04ad9e0f4e84f235437e185dab7b to your computer and use it in GitHub Desktop.
Save jfut/1d0e04ad9e0f4e84f235437e185dab7b to your computer and use it in GitHub Desktop.
manifest.json for nextcloud-filelink Thunderbird 68.0 extension
{
"manifest_version": 2,
"name": "Nextcloud for Filelink",
"description": "Nextcloud provider for Thunderbird Filelink",
"version": "1.8",
"author": "Olivier Paroz",
"homepage_url": "https://github.com/nextcloud/nextcloud-filelink",
"legacy": {
"type": "xul",
"options" : {
"page" : "chrome://nextcloud/content/about.xul",
"open_in_tab" : true
}
},
"applications": {
"gecko": {
"id": "owncloud@viguierjust.com",
"strict_min_version": "68"
}
},
"icons": {
"32": "icon.png",
"64": "icon64.png"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment