├── Icon.png └── altstore-source.json /Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheNightmanCodeth/chromium-ios/c46be48fc4f8d57a6dcf13110d4e88e68748cdf5/Icon.png -------------------------------------------------------------------------------- /altstore-source.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Chromium for iOS", 3 | "identifier": "com.joediragi.chromios", 4 | "sourceURL": "https://raw.githubusercontent.com/TheNightmanCodeth/chromium-ios/master/altstore-source.json", 5 | "apps": [ 6 | { 7 | "name": "Chromium", 8 | "bundleIdentifier": "org.chromium.chrome.ios.dev", 9 | "developerName": "Google", 10 | "subtitle": "Compiled with love, by hand <3", 11 | "version": "91.0.4458.0", 12 | "versionDate": "2021-03-25", 13 | "versionDescription": "First 'release' for iOS", 14 | "downloadURL": "https://github.com/TheNightmanCodeth/chromium-ios/releases/download/1.0.0/chromium.ipa", 15 | "localizedDescription": "Open source version of Google's Chrome browser for iOS", 16 | "iconURL": "https://github.com/TheNightmanCodeth/chromium-ios/raw/master/Icon.png", 17 | "size": 106722609, 18 | "screenshotURLs": [ 19 | "https://i.imgur.com/dolzx60.png", 20 | "https://i.imgur.com/XpJNa6V.png" 21 | ], 22 | "beta": false 23 | } 24 | ], 25 | "news": [ 26 | { 27 | "title": "Chromium for iOS now available through AltStore!", 28 | "identifier": "chromium-available-download", 29 | "caption": "Compiled by hand <3", 30 | "date": "2020-03-25" 31 | } 32 | ] 33 | } 34 | --------------------------------------------------------------------------------