mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
4fd06c1e16
- Add a package migration manager to be able to migrate external packages into N1, and decide if they should be enabled or disabled by default when added.
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"*": {
|
|
"env": "production",
|
|
"core": {
|
|
"themes": [
|
|
"ui-light"
|
|
],
|
|
"disabledPackages": [
|
|
"message-view-on-github",
|
|
"personal-level-indicators",
|
|
"phishing-detection",
|
|
"github-contact-card",
|
|
"keybase"
|
|
]
|
|
}
|
|
}
|
|
}
|