Enhance your GitHub experience with advanced features and customization options.
+
+
+
+
+
GitHub Prime
+
+
+
+
+
+
+
Question 1111: sample lorem ipsum
+
+
+
+
Question 2: sample lorem ipsum
+
+
+
+
+
+
+
Question 3: sample lorem ipsum
+
+
+
+
+
+
+
Question 4: sample lorem ipsum
+
+
+
+
+
+
+
Question 5: sample lorem ipsum
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/extension/src/popup.js b/extension/src/popup.js
new file mode 100644
index 0000000..9e83967
--- /dev/null
+++ b/extension/src/popup.js
@@ -0,0 +1,11 @@
+document.addEventListener('DOMContentLoaded', function () {
+ const switches = document.querySelectorAll('.switch input[type="checkbox"]');
+ switches.forEach(switchEl => {
+ const question = switchEl.getAttribute('data-question');
+ const storedValue = localStorage.getItem(question) === 'true';
+ switchEl.checked = storedValue;
+ switchEl.addEventListener('change', function () {
+ localStorage.setItem(question, this.checked);
+ });
+ });
+});
diff --git a/website/images/github-prime-logo-510-t.png b/website/images/github-prime-logo-510-t.png
new file mode 100644
index 0000000..47a9055
Binary files /dev/null and b/website/images/github-prime-logo-510-t.png differ
diff --git a/website/images/github-prime-logo-510-w.png b/website/images/github-prime-logo-510-w.png
new file mode 100644
index 0000000..3f87674
Binary files /dev/null and b/website/images/github-prime-logo-510-w.png differ
diff --git a/website/images/icon-128.png b/website/images/icon-128.png
new file mode 100644
index 0000000..2181541
Binary files /dev/null and b/website/images/icon-128.png differ
diff --git a/website/images/icon-48.png b/website/images/icon-48.png
new file mode 100644
index 0000000..6a4e7d2
Binary files /dev/null and b/website/images/icon-48.png differ
diff --git a/website/index.html b/website/index.html
index e69de29..318ce57 100644
--- a/website/index.html
+++ b/website/index.html
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+ GitHub Prime - Enhance Your GitHub Experience
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GitHub Prime
+
+
+
+
+
+
+ GitHub Prime is a powerful Chrome extension designed to enhance your GitHub experience
+ with advanced features and customization options. Boost your productivity with seamless integration
+ and intuitive tools for developers.
+