diff --git a/PasswordBox/Info.plist b/PasswordBox/Info.plist
new file mode 100644
index 0000000..c10230d
--- /dev/null
+++ b/PasswordBox/Info.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ BGTaskSchedulerPermittedIdentifiers
+
+
+
diff --git a/README.md b/README.md
index 2af620d..53a2fb5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# đPassword Box
+# đPassword Box
Password Box is an iOS app designed to store passwords that cannot be managed by conventional password management tools like iCloud Keychain. It addresses the need to securely store a variety of real-world passcodes that typical password managers canât handle, such as computer passcodes for different operating systems at the office, bike lock combinations, and more.
@@ -6,6 +6,8 @@ Often, the passwords we create ourselves contain unconscious patterns, such as f
All data is stored locally on the userâs device, and the main password is stored in iCloud Keychain for secure access.
+[](https://apps.apple.com/jp/app/passwordbox/id6520392403)
+
## Requirement
To run this app, you need the following libraries:
diff --git a/docs/Assets/download-app-store.svg b/docs/Assets/download-app-store.svg
new file mode 100644
index 0000000..072b425
--- /dev/null
+++ b/docs/Assets/download-app-store.svg
@@ -0,0 +1,46 @@
+
diff --git a/docs/CONTRIBUTEING.md b/docs/CONTRIBUTEING.md
new file mode 100644
index 0000000..b48bf9c
--- /dev/null
+++ b/docs/CONTRIBUTEING.md
@@ -0,0 +1,28 @@
+# How to Contribute to the PasswordBox App
+## How to Find Tasks
+We use [GitHub Issues](https://github.com/KaitoMuraoka/PasswordBox/issues) for task management. Please search for an issue you would like to contribute to there. Issues labeled with ["good first issue"](https://github.com/KaitoMuraoka/PasswordBox/contribute) are recommended for your first contribution.
+
+You can also submit a [Pull Request](https://github.com/KaitoMuraoka/PasswordBox/pulls) without an existing issue. In that case, please provide details such as the reason, cause, and solution in the Pull Request.
+
+## How to Start Contributing
+If you find a task you want to work on, leave a comment on the issue (e.g., â:raising_hand:â) to avoid overlapping work with others.
+We will respond to your comment as soon as possible, but feel free to start working on the task once youâve commented!
+
+## How to Discuss and Propose Ideas
+Using GitHub Issues is preferable, but if you have specific ideas for implementation or refactoring, Pull Requests are also welcome.
+
+## App Translation
+TBD
+
+## Web site
+TBD
+
+## App Design
+I am not a designer. If you have better app or icon designs, please feel free to create an issue.
+
+## Languages for Issues, Comments, and Reviews
+
+Please use either English or Japanese for comments.
+
+## Note
+If you have any questions, feel free to ask anything through [GitHub Issues](https://github.com/KaitoMuraoka/PasswordBox/issues)!
\ No newline at end of file