mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
13 lines
272 B
JSON
13 lines
272 B
JSON
|
{
|
||
|
"name": "thread-unsubscribe",
|
||
|
"version": "0.1.0",
|
||
|
"title": "Thread Unsubscribe",
|
||
|
"description": "Unsubscribe from a thread directly from the toolbar.",
|
||
|
"main": "./lib/main",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"mailspring": "*"
|
||
|
},
|
||
|
"license": "GPL-3.0"
|
||
|
}
|