mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
a1b5a23273
Summary: Moved events into metadata. Removed a lot of code Test Plan: todo Reviewers: juan, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2866
26 lines
590 B
JSON
26 lines
590 B
JSON
{
|
|
"name": "composer-scheduler",
|
|
"title":"Scheduler",
|
|
"description": "The easiest way to schedule events",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"appId": {
|
|
"staging": "c5dis00do2vki9ib6hngrjs18",
|
|
"production": "b8zturjyfg2b568czdcanxm63"
|
|
},
|
|
"serverUrl": {
|
|
"staging": "https://edgehill-staging.nylas.com",
|
|
"production": "https://edgehill.nylas.com"
|
|
},
|
|
"engines": {
|
|
"nylas": ">=0.4.0"
|
|
},
|
|
"icon": "./icon.png",
|
|
"isOptional": true,
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"calendar": true
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|