{"id":50953382,"url":"https://github.com/hddq/magisk-cromite-webview","last_synced_at":"2026-07-03T20:33:50.504Z","repository":{"id":364193137,"uuid":"1266823427","full_name":"hddq/magisk-cromite-webview","owner":"hddq","description":"Magisk/KernelSU module that automatically replaces Android System WebView with Cromite. Auto-built daily via GitHub Actions.","archived":false,"fork":false,"pushed_at":"2026-06-12T12:26:04.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-01T22:40:07.963Z","etag":null,"topics":["android","cromite","kernelsu","lineageos","magisk","root","webview"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hddq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-12T01:39:24.000Z","updated_at":"2026-06-30T15:53:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hddq/magisk-cromite-webview","commit_stats":null,"previous_names":["hddq/magisk-cromite-webview"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hddq/magisk-cromite-webview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hddq%2Fmagisk-cromite-webview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hddq%2Fmagisk-cromite-webview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hddq%2Fmagisk-cromite-webview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hddq%2Fmagisk-cromite-webview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hddq","download_url":"https://codeload.github.com/hddq/magisk-cromite-webview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hddq%2Fmagisk-cromite-webview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35101093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","cromite","kernelsu","lineageos","magisk","root","webview"],"created_at":"2026-06-18T04:00:30.030Z","updated_at":"2026-07-03T20:33:50.498Z","avatar_url":"https://github.com/hddq.png","language":"Shell","funding_links":[],"categories":["System Modifications"],"sub_categories":["System Tweaks and Patches"],"readme":"# Cromite SystemWebView — Magisk Module\n\n![Build Status](https://github.com/hddq/magisk-cromite-webview/actions/workflows/build.yml/badge.svg)\n![Latest Release](https://img.shields.io/github/v/release/hddq/magisk-cromite-webview)\n![Downloads](https://img.shields.io/github/downloads/hddq/magisk-cromite-webview/total)\n\nA Magisk module that replaces the stock Android System WebView with [Cromite WebView](https://github.com/uazo/cromite).\n\n## Requirements\n- arm64-v8a architecture\n- Magisk v20.4+\n\n## Features\n\n- **Drop-in WebView replacement** — overlays the stock WebView at `/system/app/webview/`\n- **Automatic updates** — Magisk Manager detects new versions via `updateJson`\n- **Zero-touch CI/CD** — GitHub Actions checks for new Cromite releases every 24 hours\n\n## Installation\n\n### From GitHub Releases (recommended)\n\n1. Download the latest `CromiteSystemWebView-*.zip` from [Releases](../../releases)\n2. Open **Magisk Manager** → Modules → Install from storage\n3. Select the downloaded zip\n4. Reboot\n\n### Auto-updates\n\nOnce installed, Magisk Manager will automatically detect new versions in the **Modules** tab. Just tap \"Update\" when prompted.\n\n## Module Structure\n\n```\nmodule/\n├── META-INF/\n│   └── com/google/android/\n│       ├── update-binary        # Magisk installer bootstrap\n│       └── updater-script       # Required placeholder\n├── system/\n│   └── app/\n│       └── webview/\n│           └── webview.apk      # Cromite SystemWebView (placed by CI)\n├── module.prop                  # Module metadata + updateJson\n├── customize.sh                 # Install-time script\n├── service.sh                   # Late-start service (permission fix)\n└── post-fs-data.sh              # Early boot (SELinux context)\n```\n\n## CI/CD Pipeline\n\nThe GitHub Actions workflow (`.github/workflows/build.yml`):\n\n1. Runs on a 24-hour schedule (04:00 UTC daily) + manual dispatch\n2. Queries the [Cromite releases API](https://api.github.com/repos/uazo/cromite/releases/latest) for the latest tag\n3. Checks if a GitHub Release with that tag already exists\n4. If a new version exists:\n   - Downloads `arm64_SystemWebView.apk`\n   - Patches `module.prop` with the new version/versionCode\n   - Packages the Magisk module zip\n   - Updates `update.json` for Magisk Manager auto-updates\n   - Publishes a GitHub Release with the zip attached\n5. If already up-to-date, exits cleanly\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhddq%2Fmagisk-cromite-webview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhddq%2Fmagisk-cromite-webview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhddq%2Fmagisk-cromite-webview/lists"}