What file does the opera support to insert your own add-on?
-
A Former User last edited by
Did you mean file format? Than its JSON, check here: link Hope this helps.
-
A Former User last edited by A Former User
@tamzzzzz You would need to pack all files (js, html, img) with the manifest file (json) into a ZIP with crx extension. Look here: link
"Apart from all the JS and HTML files, you’ll also need to put in some images for the extension icons. All of this is wrapped in a ZIP file format with the .crx file extension."
Hope this helps you. Horst22