-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
24 lines (24 loc) · 735 Bytes
/
app.json
File metadata and controls
24 lines (24 loc) · 735 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
{
"name": "Spotify Token Generator",
"description": "Web-based Spotify Refresh Token Generator - Host this so anyone can get their refresh token easily!",
"repository": "https://github.com/SahooShuvranshu/Spotify-Live-Banner",
"logo": "https://storage.googleapis.com/pr-newsroom-wp/1/2018/11/Spotify_Logo_RGB_Green.png",
"keywords": ["spotify", "oauth", "token", "generator", "flask"],
"env": {
"REDIRECT_URI": {
"description": "The OAuth redirect URI (will be automatically set to https://your-app-name.herokuapp.com/callback)",
"required": false
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}