You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,34 @@
1
1
# Kotlin WebExtensions API Declarations Generator
2
2
3
-
This project has the purpose of generating Kotlin JS declarations for the Firefox WebExtensions API from the offical schema files.
3
+
This project contains Kotlin JS declarations for the Firefox WebExtensions API generated from the offical schema files.
4
+
5
+
The schema is taken from https://github.com/mozilla/gecko-dev/tree/master/browser/components/extensions/schemas and https://github.com/mozilla/gecko-dev/tree/master/toolkit/components/extensions/schemas.
6
+
7
+
## How to use in a Gradle project
8
+
9
+
You can include the declarations in your project by using jitpack.io.
0 commit comments