{"product_id":"gang-phone-series-fivem-script","title":"Gang Phone — Gang Series","description":"\u003cstyle\u003e\n  \/* =========================================================\n     FIVEM-LAB — GANG PHONE\n     GANG WARS \/ MANAGEMENT \/ LIVE SCORE SYSTEM\n     ========================================================= *\/\n\n  .fml-gang-phone {\n    --gold:#ffd700;\n    --white:#ffffff;\n    --black:#050505;\n    --text:rgba(255,255,255,.92);\n    --muted:rgba(255,255,255,.66);\n    --dim:rgba(255,255,255,.42);\n    --line:rgba(255,255,255,.10);\n    --line-soft:rgba(255,255,255,.055);\n    --gold-line:rgba(255,215,0,.34);\n    --panel:rgba(255,255,255,.022);\n\n    width:100%;\n    max-width:1180px;\n    margin:0 auto;\n    padding:18px 0 88px;\n\n    color:var(--text);\n    background:transparent;\n    font-family:inherit;\n    font-size:16px;\n    line-height:1.72;\n  }\n\n  .fml-gang-phone,\n  .fml-gang-phone *,\n  .fml-gang-phone *::before,\n  .fml-gang-phone *::after {\n    box-sizing:border-box;\n  }\n\n  .fml-gang-phone h2,\n  .fml-gang-phone h3,\n  .fml-gang-phone p,\n  .fml-gang-phone ul {\n    margin:0;\n  }\n\n  .fml-gang-phone ul {\n    padding:0;\n    list-style:none;\n  }\n\n  .fml-gang-phone ::selection {\n    color:#050505;\n    background:var(--gold);\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .fml-gang-phone__hero {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(40px,6vw,78px);\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:7px;\n\n    background:\n      radial-gradient(\n        circle at 92% 2%,\n        rgba(255,215,0,.15),\n        transparent 31%\n      ),\n      linear-gradient(\n        135deg,\n        rgba(255,215,0,.036),\n        transparent 48%\n      ),\n      rgba(0,0,0,.18);\n  }\n\n  .fml-gang-phone__hero::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:min(470px,75%);\n    height:2px;\n\n    background:var(--gold);\n    box-shadow:0 0 24px rgba(255,215,0,.36);\n  }\n\n  .fml-gang-phone__title {\n    max-width:1050px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(42px,5.8vw,74px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.052em;\n    line-height:.96 !important;\n\n    text-wrap:balance;\n  }\n\n  .fml-gang-phone__intro {\n    max-width:940px;\n    margin-top:26px !important;\n\n    color:var(--muted) !important;\n\n    font-size:clamp(18px,1.9vw,23px);\n    font-weight:600;\n    line-height:1.62;\n  }\n\n  .fml-gang-phone__intro em,\n  .fml-gang-phone__intro strong {\n    color:var(--white);\n  }\n\n  .fml-gang-phone__hero-lines {\n    display:grid;\n    gap:8px;\n\n    margin-top:28px;\n  }\n\n  .fml-gang-phone__hero-lines p {\n    color:var(--muted) !important;\n\n    font-size:16px;\n    line-height:1.65;\n  }\n\n  .fml-gang-phone__hero-lines p:first-child {\n    color:var(--white) !important;\n    font-weight:850;\n  }\n\n\n  \/* =========================================================\n     SECTION BASE\n     ========================================================= *\/\n\n  .fml-gang-phone__section {\n    padding:clamp(54px,7vw,90px) 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .fml-gang-phone__head {\n    display:grid;\n    grid-template-columns:minmax(125px,.24fr) minmax(0,1fr);\n    gap:clamp(26px,5vw,68px);\n    align-items:start;\n  }\n\n  .fml-gang-phone__index {\n    padding-top:7px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:10px;\n    font-weight:900;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n  }\n\n  .fml-gang-phone__section-title {\n    max-width:980px;\n\n    color:var(--white) !important;\n\n    font-size:clamp(29px,3.9vw,47px) !important;\n    font-weight:950 !important;\n    letter-spacing:-.04em;\n    line-height:1.05 !important;\n\n    text-wrap:balance;\n  }\n\n\n  \/* =========================================================\n     STORY PANEL\n     ========================================================= *\/\n\n  .fml-gang-phone__story {\n    margin-top:42px;\n    padding:clamp(28px,4vw,40px);\n\n    border:1px solid var(--gold-line);\n    border-left:3px solid var(--gold);\n    border-radius:4px;\n\n    background:\n      linear-gradient(\n        110deg,\n        rgba(255,215,0,.055),\n        transparent 55%\n      ),\n      var(--panel);\n  }\n\n  .fml-gang-phone__story p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .fml-gang-phone__story p + p {\n    margin-top:18px !important;\n  }\n\n  .fml-gang-phone__story em,\n  .fml-gang-phone__story strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     LEADERS \/ MEMBERS\n     ========================================================= *\/\n\n  .fml-gang-phone__feature-stack {\n    display:grid;\n    gap:14px;\n\n    margin-top:42px;\n  }\n\n  .fml-gang-phone__feature {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(24px,3vw,32px);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-gang-phone__feature::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:84px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n  .fml-gang-phone__feature p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.78;\n  }\n\n  .fml-gang-phone__feature p + p {\n    margin-top:16px !important;\n  }\n\n  .fml-gang-phone__feature strong,\n  .fml-gang-phone__feature em {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     CHALLENGE FLOW\n     ========================================================= *\/\n\n  .fml-gang-phone__flow {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:30px;\n  }\n\n  .fml-gang-phone__flow-step {\n    min-width:0;\n    padding:22px 18px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:rgba(255,255,255,.015);\n  }\n\n  .fml-gang-phone__flow-step small {\n    display:block;\n    margin-bottom:22px;\n\n    color:var(--gold);\n\n    font-family:\n      ui-monospace,\n      SFMono-Regular,\n      Menlo,\n      Monaco,\n      Consolas,\n      monospace;\n\n    font-size:9px;\n    font-weight:900;\n  }\n\n  .fml-gang-phone__flow-step p {\n    color:var(--text) !important;\n\n    font-size:14px;\n    font-weight:700;\n    line-height:1.65;\n  }\n\n\n  \/* =========================================================\n     LIVE WAR PANEL\n     ========================================================= *\/\n\n  .fml-gang-phone__live {\n    display:grid;\n    grid-template-columns:minmax(0,1fr) 260px;\n    gap:16px;\n\n    margin-top:42px;\n  }\n\n  .fml-gang-phone__live-main,\n  .fml-gang-phone__live-side {\n    padding:clamp(26px,4vw,38px);\n\n    border:1px solid var(--line);\n    border-radius:5px;\n\n    background:var(--panel);\n  }\n\n  .fml-gang-phone__live-main {\n    border-color:var(--gold-line);\n\n    background:\n      linear-gradient(\n        130deg,\n        rgba(255,215,0,.055),\n        transparent 55%\n      ),\n      var(--panel);\n  }\n\n  .fml-gang-phone__live-main p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.78;\n  }\n\n  .fml-gang-phone__live-main p + p {\n    margin-top:18px !important;\n  }\n\n  .fml-gang-phone__live-side {\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n\n    min-height:220px;\n  }\n\n  .fml-gang-phone__live-side strong {\n    color:var(--gold);\n\n    font-size:clamp(28px,4vw,44px);\n    font-weight:950;\n    letter-spacing:-.045em;\n    line-height:1.03;\n  }\n\n\n  \/* =========================================================\n     GANG MANAGEMENT\n     ========================================================= *\/\n\n  .fml-gang-phone__management {\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:14px;\n\n    margin-top:42px;\n  }\n\n  .fml-gang-phone__management-card {\n    position:relative;\n    overflow:hidden;\n\n    padding:clamp(24px,3vw,31px);\n\n    border:1px solid var(--line);\n    border-radius:4px;\n\n    background:var(--panel);\n  }\n\n  .fml-gang-phone__management-card::before {\n    content:\"\";\n    position:absolute;\n    top:0;\n    left:0;\n\n    width:80px;\n    height:1px;\n\n    background:var(--gold);\n  }\n\n  .fml-gang-phone__management-card p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.76;\n  }\n\n  .fml-gang-phone__management-card p + p {\n    margin-top:16px !important;\n  }\n\n  .fml-gang-phone__management-card strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     RANKS\n     ========================================================= *\/\n\n  .fml-gang-phone__ranks {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:10px;\n\n    margin-top:28px;\n  }\n\n  .fml-gang-phone__rank {\n    padding:21px 18px;\n\n    border:1px solid var(--line);\n    border-top-color:var(--gold-line);\n    border-radius:4px;\n\n    background:var(--panel);\n\n    text-align:center;\n  }\n\n  .fml-gang-phone__rank strong {\n    color:var(--white);\n\n    font-size:16px;\n    font-weight:950;\n  }\n\n\n  \/* =========================================================\n     NOTIFICATIONS\n     ========================================================= *\/\n\n  .fml-gang-phone__notifications {\n    margin-top:42px;\n    padding:clamp(28px,4vw,40px);\n\n    border:1px solid var(--gold-line);\n    border-radius:5px;\n\n    background:\n      radial-gradient(\n        circle at 100% 0,\n        rgba(255,215,0,.10),\n        transparent 38%\n      ),\n      rgba(255,255,255,.015);\n  }\n\n  .fml-gang-phone__notifications p {\n    color:var(--muted) !important;\n\n    font-size:15px;\n    line-height:1.78;\n  }\n\n  .fml-gang-phone__notifications p + p {\n    margin-top:16px !important;\n  }\n\n  .fml-gang-phone__notifications strong {\n    color:var(--white);\n  }\n\n\n  \/* =========================================================\n     FINAL\n     ========================================================= *\/\n\n  .fml-gang-phone__final {\n    margin-top:clamp(58px,8vw,100px);\n    padding:clamp(36px,6vw,70px);\n\n    border-top:1px solid var(--gold-line);\n    border-bottom:1px solid var(--line);\n\n    background:\n      radial-gradient(\n        circle at 100% 0,\n        rgba(255,215,0,.12),\n        transparent 34%\n      ),\n      rgba(255,255,255,.012);\n  }\n\n  .fml-gang-phone__final p {\n    color:var(--white) !important;\n\n    font-size:clamp(27px,4vw,48px);\n    font-weight:950;\n    letter-spacing:-.045em;\n    line-height:1.08;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n     ========================================================= *\/\n\n  @media (max-width:900px) {\n    .fml-gang-phone__head {\n      grid-template-columns:1fr;\n      gap:15px;\n    }\n\n    .fml-gang-phone__live {\n      grid-template-columns:1fr;\n    }\n\n    .fml-gang-phone__flow {\n      grid-template-columns:1fr;\n    }\n  }\n\n  @media (max-width:680px) {\n    .fml-gang-phone {\n      padding-top:8px;\n    }\n\n    .fml-gang-phone__hero {\n      padding:30px 20px;\n    }\n\n    .fml-gang-phone__management,\n    .fml-gang-phone__ranks {\n      grid-template-columns:1fr;\n    }\n  }\n\n  @media (prefers-reduced-motion:reduce) {\n    .fml-gang-phone *,\n    .fml-gang-phone *::before,\n    .fml-gang-phone *::after {\n      transition-duration:.01ms !important;\n      animation-duration:.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003carticle class=\"fml-gang-phone\"\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003cheader class=\"fml-gang-phone__hero\"\u003e\n\n    \u003ch2 class=\"fml-gang-phone__title\"\u003e\n      📱 \u003cstrong\u003eGang Phone — The Pulse of the Streets\u003c\/strong\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"fml-gang-phone__hero-lines\"\u003e\n\n      \u003cp\u003e\n        This isn't just a script.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It’s \u003cem\u003ethe heartbeat\u003c\/em\u003e of every gang war, every challenge issued in the dark, every wager placed under moonlight. It's what turns chaotic street brawls into something organized… respected… legendary.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Imagine this: no more scribbled notes on napkins.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        No more server owners yelling commands in Discord about who won what.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        No manual counting kills or tracking rival wars like some ancient bookkeeper.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cp class=\"fml-gang-phone__intro\"\u003e\n      The \u003cstrong\u003eGang Phone\u003c\/strong\u003e does it all — right in-game, live and real-time.\n    \u003c\/p\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003c!-- WHAT IT DOES --\u003e\n\n  \u003csection class=\"fml-gang-phone__section\"\u003e\n\n    \u003cdiv class=\"fml-gang-phone__head\"\u003e\n\n      \u003cdiv class=\"fml-gang-phone__index\"\u003e\n        00 \/ Street Control\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-gang-phone__section-title\"\u003e\n          What It Does? Like a Boss\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- LEADERS \u0026 MEMBERS --\u003e\n\n  \u003csection class=\"fml-gang-phone__section\"\u003e\n\n    \u003cdiv class=\"fml-gang-phone__head\"\u003e\n\n      \u003cdiv class=\"fml-gang-phone__index\"\u003e\n        01 \/ Wars\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-gang-phone__section-title\"\u003e\n          🔥 For Leaders \u0026amp; Members:\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-gang-phone__feature-stack\"\u003e\n\n      \u003carticle class=\"fml-gang-phone__feature\"\u003e\n\n        \u003cp\u003e\n          Every crew gets their own phone interface — sleek UI that loads instantly when you pull out your device (on foot or driving).\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-gang-phone__feature\"\u003e\n\n        \u003cp\u003e\n          - Want to declare war?\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Open phone → tap \u003cem\u003e\"Challenge Rival\"\u003c\/em\u003e → pick target gang,\n          set wager amount ($$$), kill targets (\"Take out 5 members\"), even add special rules!\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"fml-gang-phone__flow\"\u003e\n\n          \u003cdiv class=\"fml-gang-phone__flow-step\"\u003e\n            \u003csmall\u003e01\u003c\/small\u003e\n            \u003cp\u003eOpen phone\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fml-gang-phone__flow-step\"\u003e\n            \u003csmall\u003e02\u003c\/small\u003e\n            \u003cp\u003etap \u003cem\u003e\"Challenge Rival\"\u003c\/em\u003e\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"fml-gang-phone__flow-step\"\u003e\n            \u003csmall\u003e03\u003c\/small\u003e\n            \u003cp\u003epick target gang\u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-gang-phone__feature\"\u003e\n\n        \u003cp\u003e\n          - Accepting challenges?\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Just swipe left on incoming notification: \"Accept\" or \"Ignore.\"\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-gang-phone__live\"\u003e\n\n      \u003cdiv class=\"fml-gang-phone__live-main\"\u003e\n\n        \u003cp\u003e\n          Live scores update as soon as someone gets dropped—no lag. A feed shows recent kills with names and times stamped by the system itself (server-side validated!).\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          You can see exactly how your team is doing versus rivals across leaderboards sorted by wins\/losses\/KDAs...\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          And after wars end? Payouts happen automatically—fairly—to winners based on config settings defined by admins!\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          If tied? Refunds go back to both sides…\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Admin controls let them cancel unfair fights too if needed!\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003caside class=\"fml-gang-phone__live-side\"\u003e\n\n        \u003cstrong\u003e\n          LIVE\u003cbr\u003eSCORES\n        \u003c\/strong\u003e\n\n      \u003c\/aside\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MANAGEMENT --\u003e\n\n  \u003csection class=\"fml-gang-phone__section\"\u003e\n\n    \u003cdiv class=\"fml-gang-phone__head\"\u003e\n\n      \u003cdiv class=\"fml-gang-phone__index\"\u003e\n        02 \/ Crew\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-gang-phone__section-title\"\u003e\n          🌐 Gang Management Made Easy\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-gang-phone__management\"\u003e\n\n      \u003carticle class=\"fml-gang-phone__management-card\"\u003e\n\n        \u003cp\u003e\n          Your entire roster lives here:\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Who’s online?\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          What rank do they have (Leader \/ Lieutenant \/ Soldier)?\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Promote demote kick invite new recruits?\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"fml-gang-phone__management-card\"\u003e\n\n        \u003cp\u003e\n          All stats are persistent:\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          How many times did Player X start a fight?\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Which member brought most wins?\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Seasonal resets possible too—for fresh starts each month…\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-gang-phone__ranks\"\u003e\n\n      \u003cdiv class=\"fml-gang-phone__rank\"\u003e\n        \u003cstrong\u003eLeader\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-gang-phone__rank\"\u003e\n        \u003cstrong\u003eLieutenant\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fml-gang-phone__rank\"\u003e\n        \u003cstrong\u003eSoldier\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-gang-phone__story\"\u003e\n\n      \u003cp\u003e\n        Rank permissions mean only certain roles can issue high-stakes wars so power stays balanced...\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Cooldowns stop spamming challenges—and auto-cleanup keeps old data from clogging servers unnecessarily over time.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- NOTIFICATIONS --\u003e\n\n  \u003csection class=\"fml-gang-phone__section\"\u003e\n\n    \u003cdiv class=\"fml-gang-phone__head\"\u003e\n\n      \u003cdiv class=\"fml-gang-phone__index\"\u003e\n        03 \/ Alerts\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003ch2 class=\"fml-gang-phone__section-title\"\u003e\n          💬 Notifications pop up everywhere!\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-gang-phone__notifications\"\u003e\n\n      \u003cp\u003e\n        Get pinged when someone joins your crew...\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        When an attack happens…\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Even customizable sounds play for important events depending on preferences set via menu options within app itself:\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"fml-gang-phone__final\"\u003e\n\n      \u003cp\u003e\n        Sound good?? Yeahhhh...\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/article\u003e","brand":"Vanishdev","offers":[{"title":"Default Title","offer_id":45787333984365,"sku":null,"price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0683\/2072\/3053\/files\/df4c48e312e7d2a7804b4c1507d171e13bad1056.jpg?v=1788690538","url":"https:\/\/fivem-lab.com\/products\/gang-phone-series-fivem-script","provider":"Fivem-Lab","version":"1.0","type":"link"}