bpp icon indicating copy to clipboard operation
bpp copied to clipboard

[RFC] Submit original source code to the Firefox Add-ons Store

Open Hugo-COLLIN opened this issue 1 year ago • 0 comments
trafficstars

How do you envision this feature/change to look/work like?

A sourceZip property to optionally add in secrets or in my GH Action workflow.

What is the purpose of this change/feature? Why?

Firefox wants the source code when the production code is minified.

(OPTIONAL) Example implementations

{
  "firefox": {
    "file": "path/to/extension-build.zip",
    "sourceZip": "path/to/generated-zip-containing-original-sources.zip",
    ...
  }
}

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct
  • [X] I checked the current issues for duplicate problems.

Hugo-COLLIN avatar May 25 '24 16:05 Hugo-COLLIN