create-sine-mod
v0.0.1
Published
Create a Sine Toolbox project
Maintainers
Readme
Why template files are not getting copied?
Solve TypeScript errors and linting issues
Write a README for the package (from create-next-app & create-astro-app)
Setup the Github Repository
Publishing Workflow (GitHub Actions)
- Provenance
- Conventional Commits
- Semantic Versioning
Publish the package to NPM
TODOs
[ ] Zen Profile Detection in Linux
[ ] Zen Profile Detection in MacOS
[ ] Add support for other Browsers
[ ] Option to enable Filesystem Sandboxing. Restrict write access to the chrome/ directory using:
chmod 444 ~/.mozilla/firefox/*.default-release/chrome/*.uc.js # Linux/macOS Windows: Apply "Read-only" via Properties > Security 9Give only Permissions that are needed.
lockPref("dom.storage.enabled", false); // Disable localStorage access lockPref("capability.policy.privilege.dom.storage.enabled", "noAccess");Browser Hardening: Enable privacy.firstparty.isolate and security.sandbox.content.level=4 in about:config
