Last active
December 3, 2015 13:31
-
-
Save sorenlouv/8a0a75003977375264c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"app": { | |
"redirect_uri": "http://requestb.in/zqe6mrzq", | |
"main": "http://localhost:8889/tradeshift-proxy/auth/login?response_type=code&client_id=sqren.sqrentest&redirect_uri=http://requestb.in/zqe6mrzq&scope=openid offline" | |
}, | |
"tradeshift_version": "5.0", | |
"default_locale": "en-GB", | |
"locales": { | |
"en-GB": { | |
"app_desc": "This is a test by sqren", | |
"app_name": "Sqren Test 2015" | |
} | |
}, | |
"config": { | |
"externalurl": "true" | |
}, | |
"images": { | |
"icon_small.png": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQYV2P4DwABAQEAWk1v8QAAAABJRU5ErkJggg==", | |
"icon_large.png": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQYV2P4DwABAQEAWk1v8QAAAABJRU5ErkJggg==", | |
"icon_medium.png": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQYV2P4DwABAQEAWk1v8QAAAABJRU5ErkJggg==" | |
}, | |
"app_id": "sqrentest", | |
"icons": { | |
"24": "icon_small.png", | |
"48": "icon_medium.png", | |
"128": "icon_large.png" | |
}, | |
"capabilities": { | |
"access": [ | |
"openidconnect", | |
"document_view", | |
"document_create", | |
"document_send", | |
"document_tag", | |
"network_view", | |
"network_create", | |
"job_view", | |
"job_edit" | |
] | |
}, | |
"vendor_id": "sqren", | |
"manifest_version": "3.0", | |
"version": "0.0.8" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment