Created
September 20, 2012 22:41
-
-
Save dmauldin/3758792 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
| var configData = { | |
| "type": "Application", | |
| "name": "Some Crazy Stuff In My Hangout Oh Yeah!!!", | |
| "localizationID": "Effects", | |
| "showRandomizer": true, | |
| "id": 3, | |
| "localizationPath": "", | |
| "googleAnalyticsAccount": "", | |
| "simpleExclusionTags": true, | |
| "showLocalizationFields": false, | |
| "children": [ | |
| { | |
| "type": "Category", | |
| "name": "Things for your head!", | |
| "localizationID": "Headwear", | |
| "id": 4, | |
| "children": [ | |
| { | |
| "type": "FaceTrackingVideoOverlay", | |
| "name": "Pirate Hat", | |
| "localizationID": "Pirate_Hat", | |
| "icon": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/PirateHat-large-icon.png", | |
| "overlay": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/PirateHat.png", | |
| "exclusionTags": "Things%20for%20your%20head%21", | |
| "yOffset": -0.2, | |
| "scale": 0.8, | |
| "id": 5 | |
| }, | |
| { | |
| "type": "FaceTrackingVideoOverlay", | |
| "name": "Halo", | |
| "localizationID": "Halo", | |
| "icon": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/halo-large-icon.png", | |
| "overlay": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/halo.png", | |
| "exclusionTags": "Things%20for%20your%20head%21", | |
| "yOffset": -0.82, | |
| "id": 6 | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "Category", | |
| "name": "Things for your face!", | |
| "localizationID": "Eyewear", | |
| "id": 7, | |
| "children": [ | |
| { | |
| "type": "FaceTrackingVideoOverlay", | |
| "name": "Monocle", | |
| "localizationID": "Monocle", | |
| "icon": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/Monacle-large-icon.png", | |
| "overlay": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/Monacle.png", | |
| "exclusionTags": "Things%20for%20your%20face%21", | |
| "faceTrackingFeature": "left_eye_center", | |
| "xOffset": -0.01, | |
| "yOffset": 0.3, | |
| "scale": 0.8, | |
| "id": 8 | |
| }, | |
| { | |
| "type": "FaceTrackingVideoOverlay", | |
| "name": "Eye Patch", | |
| "localizationID": "Eye_Patch", | |
| "icon": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/Eyepatch-large-icon.png", | |
| "overlay": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/Eyepatch.png", | |
| "exclusionTags": "Things%20for%20your%20face%21", | |
| "yOffset": -0.08, | |
| "scale": 0.7, | |
| "id": 9 | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "Category", | |
| "name": "Fuzzy stuff on your face!", | |
| "localizationID": "Facial_Hair", | |
| "id": 10, | |
| "children": [ | |
| { | |
| "type": "FaceTrackingVideoOverlay", | |
| "name": "Goatee", | |
| "localizationID": "Goatee", | |
| "icon": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/Goatee-large-icon.png", | |
| "overlay": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/Goatee.png", | |
| "exclusionTags": "Fuzzy%20stuff%20on%20your%20face%21", | |
| "faceTrackingFeature": "lip_lower", | |
| "yOffset": 0.2, | |
| "scale": 0.8, | |
| "id": 11 | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "Category", | |
| "name": "Surprise!", | |
| "localizationID": "Props", | |
| "id": 12, | |
| "children": [ | |
| { | |
| "type": "StaticVideoOverlay", | |
| "name": "Birthday Cake", | |
| "localizationID": "Birthday_Cake", | |
| "icon": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/Birthday_cake-large-icon.png", | |
| "overlay": "https://www.gstatic.com/chat/apps/fx/v0.93/fx/overlays/Birthday_cake.png", | |
| "exclusionTags": "Surprise%21", | |
| "yPosition": 0.35, | |
| "scale": 0.3, | |
| "id": 13 | |
| } | |
| ] | |
| } | |
| ] | |
| }; | |
| GoogleEffectsApp.setEffectsAppConfig(configData); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment