Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
futabooo committed Apr 5, 2024
1 parent a8d31d6 commit de7d937
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
name: Deploy Docs

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
Expand All @@ -16,7 +13,6 @@ concurrency:
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
Expand All @@ -34,7 +30,6 @@ jobs:
with:
path: ./_docs

# Deployment job
deploy:
needs: build
permissions:
Expand Down
44 changes: 43 additions & 1 deletion docs/privacy-policy.md
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
# Privacy Policy
# Privacy Policy for Notion Bar Colorize

This privacy policy governs your use of the software application Notion Bar Colorize for web browser.

## What information does the Application obtain and how is it used?

### User Provided Information

The Application does not require you to provide any personal information.

### Automatically Collected Information

The Application does not collect any personal information automatically.

### Information collected by the Application

The Application uses the `storage` permission to save color settings for each workspace. This information is stored locally on your device and is not collected by us or shared with any third parties.

The Application uses the `webNavigation` permission to detect when you change workspaces in Notion. This allows the Application to apply the saved color settings for each workspace. This information is not collected by us or shared with any third parties.

## Does the Application collect precise real time location information of the device?

This Application does not collect precise information about the location of your device.

## Do third parties see and/or have access to information obtained by the Application?

No. This Application does not share any information with third parties.

## Security

We are concerned about safeguarding the confidentiality of your information. We do not collect any personal user information.

## Changes

This Privacy Policy may be updated from time to time for any reason. We will notify you of any changes to our Privacy Policy by posting the new Privacy Policy here. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes.

## Your Consent

By using the Application, you are consenting to our processing of your information as set forth in this Privacy Policy now and as amended by us.

## Contact us

If you have any questions regarding privacy while using the Application, or have questions about our practices, please contact us [here](https://github.com/futabooo/notion-bar-colorize/discussions).

0 comments on commit de7d937

Please sign in to comment.