-
Notifications
You must be signed in to change notification settings - Fork 1
Home
appdevelpo edited this page Apr 14, 2026
·
2 revisions
Welcome to the development wiki for Miru extensions!
Explore the APIs available for building extensions:
- Extension API V2 (Recommended) - Modern approach using global functions and async/await. Supports features like Mirrors.
- Extension API V1 (Legacy) - Class-based approach for backward compatibility.
- Metadata & Manifest - How to define your extension headers.
- Utilities & Libraries - Built-in JS modules and networking.
For more information, visit the Main Repository.