PlasmoHQ / bpp

🚀 Browser Platform Publisher
MIT License
160 stars 11 forks source link

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

Open Hugo-COLLIN opened 5 months ago

Hugo-COLLIN commented 5 months ago

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