{ "version": "2.0", "theme": "xfiles", "title": "FBI Paranormal Surveillance System", "backgroundColor": "#0a0a0a", "borderColor": "#3a5e52", "glowEffect": { "enabled": true, "color": "#33ff33", "intensity": 0.6 }, "mainDisplay": { "type": "camera", "position": { "x": 50, "y": 50, "width": 380, "height": 240 }, "borderStyle": "metallic", "borderWidth": 10, "placeholder": "alien_silhouette.png", "overlayText": "PARANORMAL ACTIVITY MONITOR", "overlayPosition": "bottom", "scanlines": { "enabled": true, "opacity": 0.3, "speed": 0.5 } }, "statusDisplay": { "type": "text", "position": { "x": 50, "y": 300, "width": 380, "height": 40 }, "font": "VT323", "fontSize": 18, "textColor": "#33ff33", "backgroundColor": "#000000", "borderStyle": "simple", "borderColor": "#33ff33", "defaultText": "MICROPHONE AND SURVEILLANCE ACTIVE: THE TRUTH IS OUT THERE", "blinking": true }, "agentProfiles": { "display": { "position": { "x": 450, "y": 280, "width": 200, "height": 120 }, "borderStyle": "metallic", "borderWidth": 5, "backgroundColor": "#000000" }, "agents": [ { "id": "mulder", "name": "Special Agent Fox Mulder", "badge": "JTT047101111", "division": "X-Files", "status": "Active", "clearance": "Classified", "notes": "I want to believe" }, { "id": "scully", "name": "Special Agent Dana Scully", "badge": "TXF159003020", "division": "X-Files", "status": "Active", "clearance": "Classified", "notes": "Scientific approach to paranormal" } ] }, "audioWaveform": [ { "position": { "x": 50, "y": 360, "width": 380, "height": 70 }, "barCount": 32, "barWidth": 8, "barSpacing": 3, "barColor": "#33ff33", "backgroundColor": "#000000", "borderStyle": "simple", "borderColor": "#33ff33", "animationSpeed": 0.8, "responsiveness": 0.9, "label": "AUDIO ANALYSIS" }, { "position": { "x": 450, "y": 420, "width": 200, "height": 60 }, "barCount": 16, "barWidth": 8, "barSpacing": 3, "barColor": "#33ff33", "backgroundColor": "#000000", "borderStyle": "simple", "borderColor": "#33ff33", "animationSpeed": 0.5, "responsiveness": 0.7, "label": "EVP DETECTOR" } ], "signalStrength": { "position": { "x": 450, "y": 50, "width": 200, "height": 200 }, "meterType": "vertical", "segments": 5, "activeColor": "#33ff33", "inactiveColor": "#222222", "backgroundColor": "#000000", "borderStyle": "metallic", "borderColor": "#33ff33", "labels": ["SIGNAL", "ANOMALY", "EMF", "TEMP"], "defaultValues": [0.8, 0.6, 0.9, 1.0] }, "controlPad": { "position": { "x": 50, "y": 450, "width": 380, "height": 200 }, "buttons": [ { "type": "toggle", "position": { "x": 20, "y": 20, "width": 70, "height": 70 }, "color": "#cc3333", "label": "RECORD", "icon": "recording.svg", "isPressed": true }, { "type": "momentary", "position": { "x": 110, "y": 20, "width": 70, "height": 70 }, "color": "#333333", "label": "TRANSMIT", "icon": "transmit.svg", "isPressed": false }, { "type": "toggle", "position": { "x": 20, "y": 110, "width": 70, "height": 70 }, "color": "#ffcc00", "label": "SCAN", "icon": "scan.svg", "isPressed": true }, { "type": "momentary", "position": { "x": 110, "y": 110, "width": 70, "height": 70 }, "color": "#3366ff", "label": "ANALYZE", "icon": "analyze.svg", "isPressed": false } ], "keypad": { "position": { "x": 200, "y": 20, "width": 160, "height": 160 }, "keys": [ {"label": "1", "x": 0, "y": 0}, {"label": "2", "x": 1, "y": 0}, {"label": "3", "x": 2, "y": 0}, {"label": "4", "x": 0, "y": 1}, {"label": "5", "x": 1, "y": 1}, {"label": "6", "x": 2, "y": 1}, {"label": "7", "x": 0, "y": 2}, {"label": "8", "x": 1, "y": 2}, {"label": "9", "x": 2, "y": 2}, {"label": "*", "x": 0, "y": 3}, {"label": "0", "x": 1, "y": 3}, {"label": "#", "x": 2, "y": 3} ] } }, "xFilesSpecific": { "caseNumber": "X-42513", "classification": "Top Secret", "sliderPosition": { "x": 450, "y": 220, "width": 200, "height": 40 }, "cigaretteSmokeEffect": { "enabled": true, "opacity": 0.2, "speed": 0.1 }, "easterEggs": [ { "type": "text", "trigger": "keySequence", "sequence": ["T", "R", "U", "S", "T", "N", "O", "1"], "effect": "flashMessage", "message": "TRUST NO ONE" }, { "type": "image", "trigger": "buttonSequence", "sequence": ["SCAN", "ANALYZE", "TRANSMIT"], "effect": "showImage", "image": "alien_ship.png", "duration": 3000 } ], "locations": [ "FBI Headquarters, Washington DC", "Bellefleur, Oregon", "Area 51, Nevada", "Tunguska, Russia", "Antarctic Research Station" ], "currentLocation": "FBI Headquarters, Washington DC" }, "animations": { "startup": { "type": "sequence", "duration": 3000, "steps": [ { "type": "text", "content": "FEDERAL BUREAU OF INVESTIGATION", "position": "center", "duration": 1000 }, { "type": "text", "content": "SPECIAL ACCESS REQUIRED", "position": "center", "duration": 1000 }, { "type": "text", "content": "X-FILES DIVISION", "position": "center", "duration": 1000 } ], "finalText": "THE TRUTH IS OUT THERE" }, "scanEffect": { "type": "linear", "direction": "topToBottom", "color": "#33ff33", "duration": 1500, "interval": 10000 } }, "sounds": { "startup": "xfiles_startup.mp3", "buttonPress": "button_click.mp3", "alarm": "alien_detection.mp3", "background": "govt_facility_ambience.mp3", "typing": "keyboard_typing.mp3" } }
{ "version": "2.0", "theme": "xfiles", "title": "FBI Paranormal Surveillance System", "backgroundColor": "#0a0a0a", "borderColor": "#3a5e52", "glowEffect": { "enabled": true, "color": "#33ff33", "intensity": 0.6 }, "mainDisplay": { "type": "camera", "position": { "x": 50, "y": 50, "width": 380, "height": 240 }, "borderStyle": "metallic", "borderWidth": 10, "placeholder": "alien_silhouette.png", "overlayText": "PARANORMAL ACTIVITY MONITOR", "overlayPosition": "bottom", "scanlines": { "enabled": true, "opacity": 0.3, "speed": 0.5 } }, "statusDisplay": { "type": "text", "position": { "x": 50, "y": 300, "width": 380, "height": 40 }, "font": "VT323", "fontSize": 18, "textColor": "#33ff33", "backgroundColor": "#000000", "borderStyle": "simple", "borderColor": "#33ff33", "defaultText": "MICROPHONE AND SURVEILLANCE ACTIVE: THE TRUTH IS OUT THERE", "blinking": true }, "agentProfiles": { "display": { "position": { "x": 450, "y": 280, "width": 200, "height": 120 }, "borderStyle": "metallic", "borderWidth": 5, "backgroundColor": "#000000" }, "agents": [ { "id": "mulder", "name": "Special Agent Fox Mulder", "badge": "JTT047101111", "division": "X-Files", "status": "Active", "clearance": "Classified", "notes": "I want to believe" }, { "id": "scully", "name": "Special Agent Dana Scully", "badge": "TXF159003020", "division": "X-Files", "status": "Active", "clearance": "Classified", "notes": "Scientific approach to paranormal" } ] }, "audioWaveform": [ { "position": { "x": 50, "y": 360, "width": 380, "height": 70 }, "barCount": 32, "barWidth": 8, "barSpacing": 3, "barColor": "#33ff33", "backgroundColor": "#000000", "borderStyle": "simple", "borderColor": "#33ff33", "animationSpeed": 0.8, "responsiveness": 0.9, "label": "AUDIO ANALYSIS" }, { "position": { "x": 450, "y": 420, "width": 200, "height": 60 }, "barCount": 16, "barWidth": 8, "barSpacing": 3, "barColor": "#33ff33", "backgroundColor": "#000000", "borderStyle": "simple", "borderColor": "#33ff33", "animationSpeed": 0.5, "responsiveness": 0.7, "label": "EVP DETECTOR" } ], "signalStrength": { "position": { "x": 450, "y": 50, "width": 200, "height": 200 }, "meterType": "vertical", "segments": 5, "activeColor": "#33ff33", "inactiveColor": "#222222", "backgroundColor": "#000000", "borderStyle": "metallic", "borderColor": "#33ff33", "labels": ["SIGNAL", "ANOMALY", "EMF", "TEMP"], "defaultValues": [0.8, 0.6, 0.9, 1.0] }, "controlPad": { "position": { "x": 50, "y": 450, "width": 380, "height": 200 }, "buttons": [ { "type": "toggle", "position": { "x": 20, "y": 20, "width": 70, "height": 70 }, "color": "#cc3333", "label": "RECORD", "icon": "recording.svg", "isPressed": true }, { "type": "momentary", "position": { "x": 110, "y": 20, "width": 70, "height": 70 }, "color": "#333333", "label": "TRANSMIT", "icon": "transmit.svg", "isPressed": false }, { "type": "toggle", "position": { "x": 20, "y": 110, "width": 70, "height": 70 }, "color": "#ffcc00", "label": "SCAN", "icon": "scan.svg", "isPressed": true }, { "type": "momentary", "position": { "x": 110, "y": 110, "width": 70, "height": 70 }, "color": "#3366ff", "label": "ANALYZE", "icon": "analyze.svg", "isPressed": false } ], "keypad": { "position": { "x": 200, "y": 20, "width": 160, "height": 160 }, "keys": [ {"label": "1", "x": 0, "y": 0}, {"label": "2", "x": 1, "y": 0}, {"label": "3", "x": 2, "y": 0}, {"label": "4", "x": 0, "y": 1}, {"label": "5", "x": 1, "y": 1}, {"label": "6", "x": 2, "y": 1}, {"label": "7", "x": 0, "y": 2}, {"label": "8", "x": 1, "y": 2}, {"label": "9", "x": 2, "y": 2}, {"label": "*", "x": 0, "y": 3}, {"label": "0", "x": 1, "y": 3}, {"label": "#", "x": 2, "y": 3} ] } }, "xFilesSpecific": { "caseNumber": "X-42513", "classification": "Top Secret", "sliderPosition": { "x": 450, "y": 220, "width": 200, "height": 40 }, "cigaretteSmokeEffect": { "enabled": true, "opacity": 0.2, "speed": 0.1 }, "easterEggs": [ { "type": "text", "trigger": "keySequence", "sequence": ["T", "R", "U", "S", "T", "N", "O", "1"], "effect": "flashMessage", "message": "TRUST NO ONE" }, { "type": "image", "trigger": "buttonSequence", "sequence": ["SCAN", "ANALYZE", "TRANSMIT"], "effect": "showImage", "image": "alien_ship.png", "duration": 3000 } ], "locations": [ "FBI Headquarters, Washington DC", "Bellefleur, Oregon", "Area 51, Nevada", "Tunguska, Russia", "Antarctic Research Station" ], "currentLocation": "FBI Headquarters, Washington DC" }, "animations": { "startup": { "type": "sequence", "duration": 3000, "steps": [ { "type": "text", "content": "FEDERAL BUREAU OF INVESTIGATION", "position": "center", "duration": 1000 }, { "type": "text", "content": "SPECIAL ACCESS REQUIRED", "position": "center", "duration": 1000 }, { "type": "text", "content": "X-FILES DIVISION", "position": "center", "duration": 1000 } ], "finalText": "THE TRUTH IS OUT THERE" }, "scanEffect": { "type": "linear", "direction": "topToBottom", "color": "#33ff33", "duration": 1500, "interval": 10000 } }, "sounds": { "startup": "xfiles_startup.mp3", "buttonPress": "button_click.mp3", "alarm": "alien_detection.mp3", "background": "govt_facility_ambience.mp3", "typing": "keyboard_typing.mp3" } }