├── .gitattributes ├── icons ├── Tux.png ├── happ.webp ├── v2box.png ├── v2rayN.png ├── Instagram.png ├── Phone_iOS.png ├── aranex.jpeg ├── flclash.jpeg ├── nekoray.jpeg ├── singbox.png ├── streisand.jpg ├── v2rayNG.png ├── shadowrocket.png ├── Android_logo_2019.svg.png ├── Windows_logo_2021.svg.png ├── Apple_logo_black.svg ├── Telegram.svg ├── uranus.svg └── WhatsApp.svg ├── tutorials ├── v2box │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg ├── v2rayng │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg ├── streisand │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ └── 4.jpg ├── shadowrocket │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg └── v2box-android │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg ├── json ├── social.json ├── apps.json └── os.json └── LICENSE /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /icons/Tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/Tux.png -------------------------------------------------------------------------------- /icons/happ.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/happ.webp -------------------------------------------------------------------------------- /icons/v2box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/v2box.png -------------------------------------------------------------------------------- /icons/v2rayN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/v2rayN.png -------------------------------------------------------------------------------- /icons/Instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/Instagram.png -------------------------------------------------------------------------------- /icons/Phone_iOS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/Phone_iOS.png -------------------------------------------------------------------------------- /icons/aranex.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/aranex.jpeg -------------------------------------------------------------------------------- /icons/flclash.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/flclash.jpeg -------------------------------------------------------------------------------- /icons/nekoray.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/nekoray.jpeg -------------------------------------------------------------------------------- /icons/singbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/singbox.png -------------------------------------------------------------------------------- /icons/streisand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/streisand.jpg -------------------------------------------------------------------------------- /icons/v2rayNG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/v2rayNG.png -------------------------------------------------------------------------------- /tutorials/v2box/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/v2box/1.jpg -------------------------------------------------------------------------------- /tutorials/v2box/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/v2box/2.jpg -------------------------------------------------------------------------------- /tutorials/v2box/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/v2box/3.jpg -------------------------------------------------------------------------------- /icons/shadowrocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/shadowrocket.png -------------------------------------------------------------------------------- /tutorials/v2rayng/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/v2rayng/1.jpg -------------------------------------------------------------------------------- /tutorials/v2rayng/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/v2rayng/2.jpg -------------------------------------------------------------------------------- /tutorials/v2rayng/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/v2rayng/3.jpg -------------------------------------------------------------------------------- /tutorials/streisand/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/streisand/1.jpg -------------------------------------------------------------------------------- /tutorials/streisand/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/streisand/2.jpg -------------------------------------------------------------------------------- /tutorials/streisand/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/streisand/3.jpg -------------------------------------------------------------------------------- /tutorials/streisand/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/streisand/4.jpg -------------------------------------------------------------------------------- /tutorials/shadowrocket/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/shadowrocket/1.jpg -------------------------------------------------------------------------------- /tutorials/shadowrocket/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/shadowrocket/2.jpg -------------------------------------------------------------------------------- /tutorials/shadowrocket/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/shadowrocket/3.jpg -------------------------------------------------------------------------------- /tutorials/v2box-android/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/v2box-android/1.jpg -------------------------------------------------------------------------------- /tutorials/v2box-android/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/v2box-android/2.jpg -------------------------------------------------------------------------------- /tutorials/v2box-android/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/tutorials/v2box-android/3.jpg -------------------------------------------------------------------------------- /icons/Android_logo_2019.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/Android_logo_2019.svg.png -------------------------------------------------------------------------------- /icons/Windows_logo_2021.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MatinDehghanian/public-assets/HEAD/icons/Windows_logo_2021.svg.png -------------------------------------------------------------------------------- /icons/Apple_logo_black.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /json/social.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "WhatsApp", 4 | "nameFa": "واتس اپ", 5 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/WhatsApp.svg", 6 | "contact_link": "https://wa.me/your-number" 7 | }, 8 | { 9 | "name": "Telegram", 10 | "nameFa": "تلگرام", 11 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Telegram.svg", 12 | "contact_link": "https://t.me/your-username" 13 | }, 14 | { 15 | "name": "Instagram", 16 | "nameFa": "اینستاگرام", 17 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Instagram.png", 18 | "contact_link": "https://www.instagram.com/your-username" 19 | }, 20 | { 21 | "name": "Phone Number", 22 | "nameFa": "شماره تلفن", 23 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Phone_iOS.png", 24 | "contact_link": "tel:+your-phone-number" 25 | } 26 | ] 27 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Matin Dehghanian 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /icons/Telegram.svg: -------------------------------------------------------------------------------- 1 | Telegram_logo -------------------------------------------------------------------------------- /icons/uranus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /icons/WhatsApp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /json/apps.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Streisand", 4 | "urlScheme": "streisand://import/", 5 | "image": "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/83/a0/cd/83a0cd76-ef34-d890-7b44-a1a9a17041c5/AppIcon-0-0-1x_U007epad-0-0-0-0-85-220.png/512x512bb.jpg", 6 | "link": "streisand://import/{url}", 7 | "os": ["iOS"], 8 | "downloadLinks": { 9 | "iOS": "https://apps.apple.com/us/app/streisand/id6450534064" 10 | }, 11 | "ShowInMenu": true 12 | }, 13 | { 14 | "name": "V2rayNG", 15 | "urlScheme": "v2rayng://install-config", 16 | "image": "https://play-lh.googleusercontent.com/x3RFim6Fb-bgRd-HnV9VNrdqBRueyOuUjvu7ZNv7eRYC5Idl3WU_GSxa7bpx5yyUT30", 17 | "link": "v2rayng://install-config?url={url}", 18 | "os": ["Android"], 19 | "downloadLinks": { 20 | "Android": "https://github.com/2dust/v2rayNG/releases/download/1.9.7/v2rayNG_1.9.7_universal.apk" 21 | }, 22 | "ShowInMenu": true 23 | }, 24 | { 25 | "name": "V2box", 26 | "urlScheme": "v2box://install-sub", 27 | "image": "https://play-lh.googleusercontent.com/kVeisXWkT4oRMDsZbFrY7XXJvnxHJ7PnQFE71XCcCWAoeOAg5G3HJRDp4Ro3Xbc3WA", 28 | "link": "v2box://install-sub?url={url}&name=SUBnew", 29 | "os": ["iOS", "Android"], 30 | "downloadLinks": { 31 | "iOS": "https://apps.apple.com/us/app/v2box-v2ray-client/id6446814690", 32 | "Android": "https://play.google.com/store/apps/details?id=dev.hexasoftware.v2box&hl=en_GB" 33 | }, 34 | "ShowInMenu": true 35 | }, 36 | { 37 | "name": "V2rayN", 38 | "urlScheme": "v2rayng://install-config", 39 | "image": "https://fa.v2rayn.org/wp-content/uploads/2024/01/favicon.png", 40 | "os": ["Windows"], 41 | "downloadLinks": { 42 | "Windows": "https://github.com/2dust/v2rayN/releases/download/6.60/v2rayN-With-Core.zip" 43 | }, 44 | "ShowInMenu": false 45 | }, 46 | { 47 | "name": "Shadowrocket", 48 | "image": "https://avatars.githubusercontent.com/u/22568082?s=200&v=4", 49 | "os": ["iOS"], 50 | "downloadLinks": { 51 | "iOS": "https://apps.apple.com/us/app/shadowrocket/id932747118" 52 | }, 53 | "ShowInMenu": true 54 | }, 55 | { 56 | "name": "Nekoray", 57 | "image": "https://avatars.githubusercontent.com/u/95122236?v=4", 58 | "os": ["Windows", "Linux"], 59 | "downloadLinks": { 60 | "Windows": "https://github.com/MatsuriDayo/nekoray/releases/download/3.26/nekoray-3.26-2023-12-09-windows64.zip", 61 | "Linux": "https://github.com/MatsuriDayo/nekoray/releases/download/3.26/nekoray-3.26-2023-12-09-linux64.zip" 62 | }, 63 | "ShowInMenu": false 64 | }, 65 | { 66 | "name": "SingBox", 67 | "urlScheme": "sing-box://import-remote-profile", 68 | "image": "https://play-lh.googleusercontent.com/9hC1t0lYNRlFHt2N2NJCWYMe_M6vJh580XHdC0JeEW14AJJFZGDbgj_meooXAXHbWJ1_", 69 | "link": "sing-box://import-remote-profile?url={url}#MattSub", 70 | "os": ["iOS", "Android", "Linux"], 71 | "downloadLinks": { 72 | "iOS": "https://apps.apple.com/us/app/sing-box-vt/id6673731168", 73 | "Android": "https://github.com/SagerNet/sing-box/releases/download/v1.10.1/SFA-1.10.1-universal.apk", 74 | "Linux": "https://github.com/SagerNet/sing-box/releases/download/v1.10.1/sing-box_1.10.1_linux_386.deb" 75 | }, 76 | "ShowInMenu": false 77 | } 78 | ] 79 | -------------------------------------------------------------------------------- /json/os.json: -------------------------------------------------------------------------------- 1 | { 2 | "operatingSystems": [ 3 | { 4 | "name": "اپل", 5 | "engName": "iOS", 6 | "osLogo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Apple_logo_black.svg", 7 | "apps": [ 8 | { 9 | "name": "SingBox", 10 | "price": "0", 11 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/singbox.png", 12 | "description": "A client that provides a platform for routing traffic securely.", 13 | "faDescription": "Sing-box یک کلاینت برای مسیریابی امن ترافیک فراهم می‌کند.", 14 | "configLink": "sing-box://import-remote-profile?url={url}#MattSub", 15 | "downloadLink": "https://apps.apple.com/us/app/sing-box-vt/id6673731168" 16 | }, 17 | { 18 | "name": "Shadowrocket", 19 | "price": "2.99", 20 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/shadowrocket.png", 21 | "description": "A rule-based proxy utility client for iOS.", 22 | "faDescription": "Shadowrocket یک ابزار پروکسی قانون‌محور برای iOS است.", 23 | "downloadLink": "https://apps.apple.com/us/app/shadowrocket/id932747118" 24 | }, 25 | { 26 | "name": "V2box", 27 | "price": "0", 28 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/v2box.png", 29 | "description": "A cross-platform V2Ray client.", 30 | "faDescription": "V2Box یک کلاینت V2Ray چندسکویی است.", 31 | "configLink": "v2box://install-sub?url={url}&name=SUBnew", 32 | "downloadLink": "https://apps.apple.com/us/app/v2box-v2ray-client/id6446814690", 33 | "tutorialSteps": [ 34 | { 35 | "stepText": "Step 1: Download and install the V2box app from the App Store.", 36 | "faStepText": "مرحله ۱: برنامه وی تو باکس را از اپ استور دانلود و نصب کنید.", 37 | "stepImage": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/tutorials/v2box/1.jpg" 38 | }, 39 | { 40 | "stepText": "Step 2: Inside the share link, click on 'Add to App'.", 41 | "faStepText": "مرحله ۲: داخل لینک اشتراک بر روی افزودن به برنامه کلیک کنید.", 42 | "stepImage": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/tutorials/v2box/2.jpg" 43 | }, 44 | { 45 | "stepText": "Step 3: First, go to the configs page from the bottom menu. Then select the server and location you want. And finally, connect from the slide to connect section.", 46 | "faStepText": "مرحله ۳: ابتدا از منو پایین وارد صفحه configs شوید. سپس سرور و لوکیشن مورد نظر را انتخاب کرده. و درنهایت از بخش slide to connect متصل شوید.", 47 | "stepImage": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/tutorials/v2box/3.jpg" 48 | } 49 | ] 50 | } 51 | ] 52 | }, 53 | { 54 | "name": "اندروید", 55 | "engName": "Android", 56 | "osLogo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Android_logo_2019.svg.png", 57 | "apps": [ 58 | { 59 | "name": "V2rayNG", 60 | "price": "0", 61 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/v2rayNG.png", 62 | "description": "A V2Ray client for Android devices.", 63 | "faDescription": "V2rayNG یک کلاینت V2Ray برای دستگاه‌های اندرویدی است.", 64 | "configLink": "v2rayng://install-config?url={url}", 65 | "downloadLink": "https://github.com/2dust/v2rayNG/releases/latest", 66 | "tutorialSteps": [ 67 | { 68 | "stepText": "Step 1: Download and install the v2rayng app from the Google Play Store.", 69 | "faStepText": "مرحله ۱: برنامه v2rayng را از پلی استور دانلود و نصب کنید.", 70 | "stepImage": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/tutorials/v2rayng/1.jpg" 71 | }, 72 | { 73 | "stepText": "Step 2: Inside the share link, click on 'Add to App'.", 74 | "faStepText": "مرحله ۲: داخل لینک اشتراک بر روی افزودن به برنامه کلیک کنید.", 75 | "stepImage": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/tutorials/v2rayng/2.jpg" 76 | }, 77 | { 78 | "stepText": "Step 3: First, go to the configs page from the bottom menu. Then select the server you want. And finally, connect from the bottom of the page.", 79 | "faStepText": "مرحله ۳ : ابتدا سرور مورد نظر را انتخاب کرده. سپس از طریق دکمه پایین صفحه متصل شوید", 80 | "stepImage": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/tutorials/v2rayng/3.jpg" 81 | } 82 | ] 83 | }, 84 | { 85 | "name": "SingBox", 86 | "price": "0", 87 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/singbox.png", 88 | "description": "A client that provides a platform for routing traffic securely.", 89 | "faDescription": "Sing-box یک کلاینت برای مسیریابی امن ترافیک فراهم می‌کند.", 90 | "configLink": "sing-box://import-remote-profile?url={url}#MattSub", 91 | "downloadLink": "https://play.google.com/store/apps/details?id=io.nekohasekai.sfa&hl=en" 92 | }, 93 | { 94 | "name": "V2box", 95 | "price": "0", 96 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/v2box.png", 97 | "description": "A cross-platform V2Ray client.", 98 | "faDescription": "V2Box یک کلاینت V2Ray چندسکویی است.", 99 | "configLink": "v2box://install-sub?url={url}&name=SUBnew", 100 | "downloadLink": "https://play.google.com/store/apps/details?id=dev.hexasoftware.v2box", 101 | "tutorialSteps": [ 102 | { 103 | "stepText": "Step 1: Download and install the V2box app from the Google Play Store.", 104 | "faStepText": "مرحله ۱: برنامه وی تو باکس را از پلی استور دانلود و نصب کنید.", 105 | "stepImage": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/tutorials/v2box-android/1.jpg" 106 | }, 107 | { 108 | "stepText": "Step 2: Inside the share link, click on 'Add to App'.", 109 | "faStepText": "مرحله ۲: داخل لینک اشتراک بر روی افزودن به برنامه کلیک کنید.", 110 | "stepImage": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/tutorials/v2box-android/2.jpg" 111 | }, 112 | { 113 | "stepText": "Step 3: First, go to the configs page from the bottom menu. Then select the server and location you want. And finally, connect from the connect Button.", 114 | "faStepText": "مرحله ۳: ابتدا از منو پایین وارد صفحه configs شوید. سپس سرور و لوکیشن مورد نظر را انتخاب کرده. و درنهایت با زدن روی دکمه کانکت متصل شوید.", 115 | "stepImage": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/tutorials/v2box-android/3.jpg" 116 | } 117 | ] 118 | } 119 | ] 120 | }, 121 | { 122 | "name": "ویندوز", 123 | "engName": "Windows", 124 | "osLogo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Windows_logo_2021.svg.png", 125 | "apps": [ 126 | { 127 | "name": "V2rayN", 128 | "price": "0", 129 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/v2rayN.png", 130 | "description": "A Windows V2Ray client with GUI support.", 131 | "faDescription": "v2rayN یک کلاینت V2Ray برای ویندوز با پشتیبانی از رابط کاربری است.", 132 | "downloadLink": "https://github.com/2dust/v2rayN/releases/latest" 133 | }, 134 | { 135 | "name": "FlClash", 136 | "price": "0", 137 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/flclash.jpeg", 138 | "description": "A cross-platform GUI client for V2Ray.", 139 | "faDescription": "Flclash یک کلاینت GUI چندسکویی برای V2Ray است.", 140 | "downloadLink": "https://github.com/chen08209/FlClash/releases/latest" 141 | } 142 | ] 143 | }, 144 | { 145 | "name": "لینوکس", 146 | "engName": "Linux", 147 | "osLogo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/Tux.png", 148 | "apps": [ 149 | { 150 | "name": "FlClash", 151 | "price": "0", 152 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/flclash.jpeg", 153 | "description": "A cross-platform GUI client for V2Ray.", 154 | "faDescription": "Flclash یک کلاینت GUI چندسکویی برای V2Ray است.", 155 | "downloadLink": "https://github.com/chen08209/FlClash/releases/latest" 156 | }, 157 | { 158 | "name": "SingBox", 159 | "price": "0", 160 | "logo": "https://raw.githubusercontent.com/MatinDehghanian/public-assets/refs/heads/main/icons/singbox.png", 161 | "description": "A client that provides a platform for routing traffic securely.", 162 | "faDescription": "Sing-box یک کلاینت برای مسیریابی امن ترافیک فراهم می‌کند.", 163 | "configLink": "sing-box://import-remote-profile?url={url}#MattSub", 164 | "downloadLink": "https://github.com/SagerNet/sing-box/releases/latest", 165 | "videoLink": "https://example.com/sing-box-video" 166 | } 167 | ] 168 | } 169 | ] 170 | } 171 | --------------------------------------------------------------------------------