Shop on Etsy

Killer Picker Update

Follow these 3 simple steps to update your widget to the newest version.

1

Copy New Fields

Click below to copy the updated settings code.

2

Update StreamElements

Open your widget in the StreamElements Editor. Go to the FIELDS tab, delete everything inside it, and paste your copied code. Click SAVE.

3

Refresh Everything!

To see the changes, refresh the StreamElements Editor page in your browser. Finally, open OBS, double-click your Browser Source, and click "Refresh cache of current page".

See all Deeney Digital Etsy products
{
  "widgetVersion": {
    "type": "number",
    "label": "Widget Version (Do Not Edit)",
    "value": 1.1,
    "group": "โš™๏ธ Main Settings",
    "readonly": true
  },
  "group_main": { "type": "text", "label": "--- โš™๏ธ GENERAL SETTINGS ---", "group": "โš™๏ธ Main Settings", "value": "" },
  "spinMode": {
    "type": "dropdown",
    "label": "Spin Mode",
    "group": "โš™๏ธ Main Settings",
    "options": {
      "always": "Always On (Spin on load)",
      "command": "Command Only",
      "reward": "Channel Points Only",
      "both": "Command & Channel Points"
    },
    "value": "both"
  },
  "spinCommand": { "type": "text", "label": "Spin Command", "group": "โš™๏ธ Main Settings", "value": "!spin" },
  "rewardName": { "type": "text", "label": "Channel Point Reward Name", "group": "โš™๏ธ Main Settings", "value": "Random Killer" },
  "spinPermission": {
    "type": "dropdown",
    "label": "Spin Permissions",
    "group": "โš™๏ธ Main Settings",
    "options": { "everyone": "Everyone", "subscriber": "Subscribers & Up", "vip": "VIPs & Up", "moderator": "Moderators & Up", "broadcaster": "Broadcaster Only" },
    "value": "everyone"
  },
  "hideDelay": { "type": "slider", "label": "Auto-hide Delay (s)", "group": "โš™๏ธ Main Settings", "value": 10, "min": 0, "max": 60, "steps": 1 },
  "group_subtraction": { "type": "text", "label": "--- โž– SUBTRACTION MODE ---", "group": "โš™๏ธ Main Settings", "value": "" },
  "enableSubtraction": { "type": "checkbox", "label": "Remove Killer after picking?", "group": "โš™๏ธ Main Settings", "value": false },
  "resetCommand": { "type": "text", "label": "Reset Command", "group": "โš™๏ธ Main Settings", "value": "!dbdreset" },
  "resetPermission": {
    "type": "dropdown",
    "label": "Reset Permissions",
    "group": "โš™๏ธ Main Settings",
    "options": { "everyone": "Everyone", "subscriber": "Subscribers & Up", "vip": "VIPs & Up", "moderator": "Moderators & Up", "broadcaster": "Broadcaster Only" },
    "value": "moderator"
  },
  "displayShape": {
    "type": "dropdown",
    "label": "Portrait Shape",
    "group": "๐ŸŽจ Layout & Appearance",
    "options": { "square": "Square (1:1)", "portrait": "Portrait (Tall)", "circle": "Circle (Round)" },
    "value": "square"
  },
  "enableWidgetBackground": { "type": "checkbox", "label": "Show Main Background", "group": "๐ŸŽจ Layout & Appearance", "value": true },
  "backgroundColor": { "type": "colorpicker", "label": "Main Background Color", "group": "๐ŸŽจ Layout & Appearance", "value": "#190a0a" },
  "enableCornerBorders": { "type": "checkbox", "label": "Show Corner Markers", "group": "๐ŸŽจ Layout & Appearance", "value": true },
  "borderColor": { "type": "colorpicker", "label": "Static Border Color", "group": "๐ŸŽจ Layout & Appearance", "value": "#ff0000" },
  "enableAnimatedBorder": { "type": "checkbox", "label": "Enable Animated Gradient Border", "group": "โœจ Gradient Effects", "value": true },
  "enableAnimatedCornerColors": { "type": "checkbox", "label": "Enable Animated Corners", "group": "โœจ Gradient Effects", "value": false },
  "gradientColor1": { "type": "colorpicker", "label": "Gradient Color 1 (Start)", "group": "โœจ Gradient Effects", "value": "#ff00cc" },
  "gradientColor2": { "type": "colorpicker", "label": "Gradient Color 2 (End)", "group": "โœจ Gradient Effects", "value": "#3333ff" },
  "namePillStyle": {
    "type": "dropdown",
    "label": "Nameplate Shape",
    "group": "๐Ÿชช Nameplate Styling",
    "options": { "box": "Box (Default)", "pill": "Pill (Rounded)" },
    "value": "pill"
  },
  "nameBgMode": {
    "type": "dropdown",
    "label": "Nameplate Background",
    "group": "๐Ÿชช Nameplate Styling",
    "options": { "solid": "Solid Color", "gradient": "Animated Gradient" },
    "value": "gradient"
  },
  "fontFamily": { "type": "googleFont", "label": "Font Family", "group": "๐Ÿชช Nameplate Styling", "value": "Roboto Condensed" },
  "fontSize": { "type": "slider", "label": "Font Size (px)", "group": "๐Ÿชช Nameplate Styling", "value": 28, "min": 10, "max": 60, "steps": 1 },
  "fontWeight": {
    "type": "dropdown",
    "label": "Font Weight",
    "group": "๐Ÿชช Nameplate Styling",
    "options": { "400": "Regular (400)", "700": "Bold (700)" },
    "value": "700"
  },
  "textColor": { "type": "colorpicker", "label": "Text Color", "group": "๐Ÿชช Nameplate Styling", "value": "#ffffff" },
  "textBGColor": { "type": "colorpicker", "label": "Background Color (If Solid)", "group": "๐Ÿชช Nameplate Styling", "value": "rgba(0,0,0,0.5)" },
  "chosenBorderColor": { "type": "colorpicker", "label": "Winner Border Color", "group": "๐Ÿ† Winner State Styling", "value": "#ff0000" },
  "chosenTextColor": { "type": "colorpicker", "label": "Winner Text Color", "group": "๐Ÿ† Winner State Styling", "value": "#ff4d4d" },
  "chosenTextBGColor": { "type": "colorpicker", "label": "Winner Text BG (If Solid)", "group": "๐Ÿ† Winner State Styling", "value": "rgba(50,0,0,0.5)" },
  "spinSound": { "type": "sound-input", "label": "Spinning Sound ๐ŸŽก", "group": "๐Ÿ”Š Audio & Animation", "value": "https://cdn.streamelements.com/uploads/01k1pdka2f9hgzv7swtmktsmyc.mp3" },
  "revealSound": { "type": "sound-input", "label": "Reveal Sound ๐Ÿ’ฅ", "group": "๐Ÿ”Š Audio & Animation", "value": "https://cdn.streamelements.com/uploads/01k2vn8gdhm0hadcwrtjdevgvb.mp3" },
  "spinDuration": { "type": "slider", "label": "Spin Duration (ms)", "group": "๐Ÿ”Š Audio & Animation", "value": 4000, "min": 1000, "max": 10000, "steps": 100 },
  "spinSpeed": { "type": "slider", "label": "Initial Spin Speed (ms)", "group": "๐Ÿ”Š Audio & Animation", "value": 50, "min": 10, "max": 200, "steps": 5 },
  "trapperEnabled": { "type": "checkbox", "label": "The Trapper", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "wraithEnabled": { "type": "checkbox", "label": "The Wraith", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "hillbillyEnabled": { "type": "checkbox", "label": "The Hillbilly", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "nurseEnabled": { "type": "checkbox", "label": "The Nurse", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "shapeEnabled": { "type": "checkbox", "label": "The Shape", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "hagEnabled": { "type": "checkbox", "label": "The Hag", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "doctorEnabled": { "type": "checkbox", "label": "The Doctor", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "huntressEnabled": { "type": "checkbox", "label": "The Huntress", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "cannibalEnabled": { "type": "checkbox", "label": "The Cannibal", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "nightmareEnabled": { "type": "checkbox", "label": "The Nightmare", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "pigEnabled": { "type": "checkbox", "label": "The Pig", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "clownEnabled": { "type": "checkbox", "label": "The Clown", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "spiritEnabled": { "type": "checkbox", "label": "The Spirit", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "legionEnabled": { "type": "checkbox", "label": "The Legion", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "plagueEnabled": { "type": "checkbox", "label": "The Plague", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "ghostfaceEnabled": { "type": "checkbox", "label": "The Ghost Face", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "demogorgonEnabled": { "type": "checkbox", "label": "The Demogorgon", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "oniEnabled": { "type": "checkbox", "label": "The Oni", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "deathslingerEnabled": { "type": "checkbox", "label": "The Deathslinger", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "executionerEnabled": { "type": "checkbox", "label": "The Executioner", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "blightEnabled": { "type": "checkbox", "label": "The Blight", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "twinsEnabled": { "type": "checkbox", "label": "The Twins", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "tricksterEnabled": { "type": "checkbox", "label": "The Trickster", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "nemesisEnabled": { "type": "checkbox", "label": "The Nemesis", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "cenobiteEnabled": { "type": "checkbox", "label": "The Cenobite", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "artistEnabled": { "type": "checkbox", "label": "The Artist", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "onryoEnabled": { "type": "checkbox", "label": "The Onryล", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "dredgeEnabled": { "type": "checkbox", "label": "The Dredge", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "mastermindEnabled": { "type": "checkbox", "label": "The Mastermind", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "knightEnabled": { "type": "checkbox", "label": "The Knight", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "skullmerchantEnabled": { "type": "checkbox", "label": "The Skull Merchant", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "singularityEnabled": { "type": "checkbox", "label": "The Singularity", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "xenomorphEnabled": { "type": "checkbox", "label": "The Xenomorph", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "goodguyEnabled": { "type": "checkbox", "label": "The Good Guy", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "unknownEnabled": { "type": "checkbox", "label": "The Unknown", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "lichEnabled": { "type": "checkbox", "label": "The Lich", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "darklordEnabled": { "type": "checkbox", "label": "The Dark Lord", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "houndmasterEnabled": { "type": "checkbox", "label": "The Houndmaster", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "ghoulEnabled": { "type": "checkbox", "label": "The Ghoul", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "animatronicEnabled": { "type": "checkbox", "label": "The Animatronic", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "krasueEnabled": { "type": "checkbox", "label": "The Krasue", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "firstEnabled": { "type": "checkbox", "label": "The First", "group": "๐Ÿ”ช Killer Selection", "value": true },
  "trapperImage": { "type": "image-input", "label": "The Trapper", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn70z3hxh0mj78vdwhyft.png" },
  "wraithImage": { "type": "image-input", "label": "The Wraith", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6z408f83j7jpnd511tr.png" },
  "hillbillyImage": { "type": "image-input", "label": "The Hillbilly", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6zbexmvghy256t8emeh.png" },
  "nurseImage": { "type": "image-input", "label": "The Nurse", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn5ppebzd9edtk5yx4pw9.png" },
  "shapeImage": { "type": "image-input", "label": "The Shape", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6rxqg5gp39x00anjdnn.png" },
  "hagImage": { "type": "image-input", "label": "The Hag", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzx3w66sdmyqcrbjensm71.png" },
  "doctorImage": { "type": "image-input", "label": "The Doctor", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzz901q7z0916dzca04yw2.png" },
  "huntressImage": { "type": "image-input", "label": "The Huntress", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6pmw1pz1cm6x2wq02d3.png" },
  "cannibalImage": { "type": "image-input", "label": "The Cannibal", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6zyygasxf1rd9erc0gx.png" },
  "nightmareImage": { "type": "image-input", "label": "The Nightmare", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6x237c2z9ajebt22f83.png" },
  "pigImage": { "type": "image-input", "label": "The Pig", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w01ptd5tpxxjcjha1frgv1.png" },
  "clownImage": { "type": "image-input", "label": "The Clown", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w02pnn7m9pppp39zqzxt11.png" },
  "spiritImage": { "type": "image-input", "label": "The Spirit", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn71ajy5eg45b42c9h1e2.png" },
  "legionImage": { "type": "image-input", "label": "The Legion", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w0cbce2qkwtrs7q7vp9vzq.png" },
  "plagueImage": { "type": "image-input", "label": "The Plague", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn7085zbakg427te5qy7k.png" },
  "ghostfaceImage": { "type": "image-input", "label": "The Ghost Face", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w0dmqz12mffb4t85w9jay5.png" },
  "demogorgonImage": { "type": "image-input", "label": "The Demogorgon", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn70zgzkxj1s3j120zzkq.png" },
  "oniImage": { "type": "image-input", "label": "The Oni", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w14aj7szvp3tkw4f36226g.png" },
  "deathslingerImage": { "type": "image-input", "label": "The Deathslinger", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w1521nd9082wv3az31kkn0.png" },
  "executionerImage": { "type": "image-input", "label": "The Executioner", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn70b64jbyer57p7hc98g.png" },
  "blightImage": { "type": "image-input", "label": "The Blight", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w15z6j0x5svkd0x6yb4zv5.png" },
  "twinsImage": { "type": "image-input", "label": "The Twins", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w16m6f9mcsf6tvgq00qgqn.png" },
  "tricksterImage": { "type": "image-input", "label": "The Trickster", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6mfgqpz8r0h73bzhdyb.png" },
  "nemesisImage": { "type": "image-input", "label": "The Nemesis", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w180frwa5cnsf1f6c1mymm.png" },
  "cenobiteImage": { "type": "image-input", "label": "The Cenobite", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6xvyrh0sjhgvfrdq08r.png" },
  "artistImage": { "type": "image-input", "label": "The Artist", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn70z5dbsy5h7ngvfn93k.png" },
  "onryoImage": { "type": "image-input", "label": "The Onryล", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6t69gks8s82s1w6e3e0.png" },
  "dredgeImage": { "type": "image-input", "label": "The Dredge", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w29k73bvq01fae89a8th28.png" },
  "mastermindImage": { "type": "image-input", "label": "The Mastermind", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6wxdftc7msa1dekq1fk.png" },
  "knightImage": { "type": "image-input", "label": "The Knight", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn5bqd0q9znd0h7fes7nx.png" },
  "skullmerchantImage": { "type": "image-input", "label": "The Skull Merchant", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6s8ypz355a5e2jywz6m.png" },
  "singularityImage": { "type": "image-input", "label": "The Singularity", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6z0nzpb2g7nqn48nbd2.png" },
  "xenomorphImage": { "type": "image-input", "label": "The Xenomorph", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6zfjg868pdw6veghdnh.png" },
  "goodguyImage": { "type": "image-input", "label": "The Good Guy", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2w380exas4dd30vjkhq4wca.png" },
  "unknownImage": { "type": "image-input", "label": "The Unknown", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn59f38kwjpbmcxs7mphb.png" },
  "lichImage": { "type": "image-input", "label": "The Lich", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6z1m4ra07tcm0a9n056.png" },
  "darklordImage": { "type": "image-input", "label": "The Dark Lord", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6pv7xpzjjwga9gkqf14.png" },
  "houndmasterImage": { "type": "image-input", "label": "The Houndmaster", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6yz8f79wahg84q8dpfz.png" },
  "ghoulImage": { "type": "image-input", "label": "The Ghoul", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6p9m4ka40ybpbrz3b3g.png" },
  "animatronicImage": { "type": "image-input", "label": "The Animatronic", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k2vzn6pq0wr0q1kwmd111n5m.png" },
  "krasueImage": { "type": "image-input", "label": "The Krasue", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01k5tmdn4gnm8psemwzb7j5p79.png" },
  "firstImage": { "type": "image-input", "label": "The First", "group": "๐Ÿ–ผ๏ธ Killer Portraits", "value": "https://cdn.streamelements.com/uploads/01kem5q76nkkhmrv3f2g0868gv.webp" },
  "credit1": { "type": "text", "label": "๐Ÿค–Widget created by๐Ÿค–", "group": "โค๏ธ Credits", "value": "Jack Deeney", "readonly": true },
  "credit2": { "type": "text", "label": "โ“For questionsโ“", "group": "โค๏ธ Credits", "value": "deeneydigital@gmail.com", "readonly": true },
  "credit3": { "type": "text", "label": "โ˜•Supportโ˜•", "group": "โค๏ธ Credits", "value": "https://ko-fi.com/jackdeeney", "readonly": true },
  "credit4": { "type": "text", "label": "๐Ÿ’œFollow Me!๐Ÿ’œ", "group": "โค๏ธ Credits", "value": "https://www.twitch.tv/jackdeeney", "readonly": true },
  "credit5": { "type": "text", "label": "๐Ÿ’€Disclaimer๐Ÿ’€", "group": "โค๏ธ Credits", "value": "Portions of the materials used are trademarks and/or copyrighted works of Behaviour Interactive Inc. All rights reserved by BHVR. This material is not official and is not endorsed by Behaviour.", "readonly": true },
  "credit6": { "type": "text", "label": "๐Ÿ’ฌ Join the Discord! ๐Ÿ’ฌ", "group": "โค๏ธ Credits", "value": "https://discord.gg/XPkw6ZxCrA", "readonly": true }
}