-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Extension API version 2 update #164
Comments
In case I add @apiversion 2 and doesn't make any other changes will it break the extension? Also tag is compulsory or optional? |
from the outlook of this looks like it'll break the extension.
also the tag looks only for filter similar to '@ICON', '@license', etc. |
Adding
|
This comment was marked as resolved.
This comment was marked as resolved.
an extension is broken but currently I don't have time to fix it so I just added 0
In // ==MiruExtension== Adding 0 should hide the extension from application warehouse and when I change 0 to 1 in in extension it should show the extension. |
Add
@tags
metadata for filtering extensionsThe option to filter by tag will be added to the extension repository page
Removing class only requires writing specific methods
Simply write it to the top level of the code, without wrapping the class
Miru-specific operations are performed only with
Miru
objectsFor example,
Miru.registerSetting
Add
Miru.rawRequest
methodGet Response header and will not automatically add baseUrl
Add
Miru.storage
related methods for persistent data storageAdd methods to read and write cookies
Show messages from extensions
The text was updated successfully, but these errors were encountered: