From b7028741564910ca946a01f52634736087134abc Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 11 Sep 2026 12:25:10 -0700 Subject: [PATCH] Add Chrome Web Store link and screenshot to README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 390dcba..982d8c9 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,18 @@ A lightweight, modern script manager built for Chrome Manifest V3 with the native `chrome.userScripts` API. +**[Install from Chrome Web Store](https://chromewebstore.google.com/detail/openscript/dkelmgdchndagjemmodhkphdikhpnfol)** + +![OpenScript](public/screenshot1.png) + ## Prerequisites OpenScript requires Chrome 138 or newer. To run scripts: -1. Open `chrome://extensions`. -2. Select **Details** on the OpenScript extension card. -3. Enable **Allow User Scripts**. +1. Install OpenScript from the [Chrome Web Store](https://chromewebstore.google.com/detail/openscript/dkelmgdchndagjemmodhkphdikhpnfol). +2. Open `chrome://extensions`. +3. Select **Details** on the OpenScript extension card. +4. Enable **Allow User Scripts**. ## Writing scripts