-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsaasify.json
More file actions
37 lines (37 loc) · 831 Bytes
/
saasify.json
File metadata and controls
37 lines (37 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "sheetful",
"openapi": "./dist/swagger.json",
"saas": {
"name": "Sheetful",
"heading": "**Turn your Google Sheet into an API**",
"subheading": "The power of a database with the simplicity of Google Sheets.",
"repo": "https://github.com/saasify-sh/sheetful",
"readme": "docs.md",
"theme": {
"name": "waves",
"buttonStyle": "rounded",
"color": "#ff6e6c",
"codeBlockDark": true
},
"sections": {
"pricing": {
"showMeteredBilling": false
},
"hero": {
"cta": "Get started for free"
}
}
},
"authProviders": {
"github": {
"enabled": false
},
"google": {
"enabled": true,
"scopes": ["https://www.googleapis.com/auth/spreadsheets"]
},
"default": {
"enabled": false
}
}
}