Support question - how to replicate project
ORESoftware opened this issue · 1 comments
ORESoftware commented
I have forked this repo, going to re-purpose the codebase for an entirely different app.
- I see this in manifest.json:
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
my question is - I looked through the whole codebase - I don't see how "MSG_appName" gets populated.
- How do you generate your build/*.zip files? Is it manual? is there some build script you have?
ORESoftware commented
I figured out the answer for 1. the data comes from the _locales directory. But I am still looking for an answer to 2.