Mailspring/dot-nylas/config.json
Juan Tejada 8fea55583f fix(packages): Make sure we can migrate and correctly disable new packages
- 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.
2016-09-01 14:53:31 -07:00

18 lines
294 B
JSON

{
"*": {
"env": "production",
"core": {
"themes": [
"ui-light"
],
"disabledPackages": [
"message-view-on-github",
"personal-level-indicators",
"phishing-detection",
"github-contact-card",
"keybase"
]
}
}
}