From 064bfc6940914cfde6da3ab4e25e9f4927c43f25 Mon Sep 17 00:00:00 2001
From: Ryan Rumbaugh <rrumbaugh@nebraska.edu>
Date: Thu, 25 Jul 2024 09:53:13 -0500
Subject: [PATCH] Resolve "Update readme"

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0311b52
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Firefox Install Instructions
+
+## Load Add-on in Firefox:
+
+1. Download firefox-sailpoint-structured-data-viewer.zip
+1. Open Firefox and navigate to about:debugging.
+1. Click on "This Firefox" (or "This Nightly" if you are using Firefox Nightly).
+1. Click on "Load Temporary Add-on".
+1. Select the zipped extension file.
+
+## Load Extenstion in Chrome / Edge
+
+1. Download chrome-edge-sailpoint-structured-data-viewer.zip
+1. Extract to a directory of your choosing
+1. Open Chrome/Edge and go to chrome://extensions/ or edge://extensions.
+1. Enable "Developer mode".
+1. Click "Load unpacked" and select your extension directory.
-- 
GitLab