Permalink
Cannot retrieve contributors at this time
52 lines (52 sloc)
1.49 KB
| { | |
| "manifest": { | |
| "publishingInformation": { | |
| "locales": { | |
| "en-US": { | |
| "summary": "Alexa Skill that shares interesting facts about Microsoft Azure", | |
| "examplePhrases": [ | |
| "Alexa, open Azure Tech Facts", | |
| "Alexa, ask Azure Tech Facts about their global infrastructure", | |
| "Alexa, ask Azure Tech Facts for a random fact for Gary" | |
| ], | |
| "name": "Azure Tech Facts", | |
| "description": "Alexa Skill that shares interesting facts about Microsoft Azure", | |
| "smallIconUri": "https://s3.amazonaws.com/alexa-skills-gstafford/azure-108x108.png", | |
| "largeIconUri": "https://s3.amazonaws.com/alexa-skills-gstafford/azure-512x512.png", | |
| "keywords": [ | |
| "Azure", | |
| "Microsoft", | |
| "Facts" | |
| ] | |
| } | |
| }, | |
| "distributionCountries": [ | |
| "US" | |
| ], | |
| "isAvailableWorldwide": false, | |
| "testingInstructions": "Say 'Alexa, open Azure Tech Facts.'", | |
| "category": "EDUCATION_AND_REFERENCE" | |
| }, | |
| "privacyAndCompliance": { | |
| "allowsPurchases": false, | |
| "usesPersonalInfo": false, | |
| "isChildDirected": false, | |
| "isExportCompliant": true, | |
| "containsAds": false, | |
| "locales": { | |
| "en-US": { | |
| "privacyPolicyUrl": "", | |
| "termsOfUseUrl": "" | |
| } | |
| } | |
| }, | |
| "apis": { | |
| "custom": { | |
| "endpoint": { | |
| "sourceDir": "lambda/custom" | |
| } | |
| } | |
| }, | |
| "manifestVersion": "1.0" | |
| } | |
| } |