Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/oscarrc/nts-web
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Dec 13, 2022
2 parents bebd4d3 + 2b093d4 commit 00b1c39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions PRIVACY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# PRIVACY POLICY

This app does not track, gather or distribute any information about its users.

This is merely a tool and all the data remains in the device and it is not sent to any server.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"bubblewrap:init": "bubblewrap init --manifest https://nts-web.oscarrc.me/manifest.json --directory dist/android/",
"bubblewrap:build": "bubblewrap build --manifest https://nts-web.oscarrc.me/manifest.json",
"bubblewrap:build": "cd dist/android && bubblewrap build",
"bubblewrap:update": "bubblewrap update --appVersionName 3 --manifest https://nts-web.oscarrc.me/manifest.json",
"electron:start": "concurrently -k \"cross-env BROWSER=none npm start\" \"wait-on http://localhost:3000 && electronmon .\"",
"electron:build:win": "npm run build && electron-builder build -w --x64 --ia32",
Expand Down

0 comments on commit 00b1c39

Please sign in to comment.