juro
02/21/2018, 1:40 PMweb-ext build
the result 'ready to upload' zip, seems to contain unnecessary files (Im assuming webext builder doesnt know it's safe to skip them). For example there are still kt source files inside, gradle wrapper etc. Any hints what should be safe to remove by hand?anton.bannykh
02/21/2018, 2:27 PMmanifest.json
and specify the required .js
files in content_scripts.js
(see https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/content_scripts)anton.bannykh
02/21/2018, 2:27 PManton.bannykh
02/21/2018, 2:29 PMkotlin.js
and extension.js
juro
02/21/2018, 2:41 PMbashor
02/22/2018, 5:32 PMjuro
02/23/2018, 9:13 AMbashor
02/23/2018, 1:09 PM