june07/NiM

Support question - how to replicate project

ORESoftware opened this issue · 1 comments

I have forked this repo, going to re-purpose the codebase for an entirely different app.

  1. 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.

  1. How do you generate your build/*.zip files? Is it manual? is there some build script you have?

I figured out the answer for 1. the data comes from the _locales directory. But I am still looking for an answer to 2.