From 165cc85ca6ff912dd9cee286e50cc42acd0a4efe Mon Sep 17 00:00:00 2001 From: Sean Nessworthy Date: Wed, 16 Sep 2020 16:53:21 +0100 Subject: [PATCH] Add changelog, readme, and fix manifest file. --- CHANGELOG.md | 3 +++ README.md | 14 ++++++++++++++ manifest.json | 1 - 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a0b5643 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.0.0 + +Initial release. Hello world! diff --git a/README.md b/README.md new file mode 100644 index 0000000..8160a05 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Chrome Extension: AWS QuickSearch + +Quickly switch services & regions in AWS. + +## Usage + +shift, shift (in quick succession) = toggle service selector + +shift + R = toggle region selector + +## Feature Support + +* Shortcuts are supported in both old and new dashboard versions. +* Region filtering / searching is supported only in the new dashboard version. diff --git a/manifest.json b/manifest.json index 4f63a3a..1bd018d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,6 @@ "author": "Sean Nessworthy ", "homepage_url": "https://github.com/Nessworthy/chrome-extension-aws-quicksearch", - "default_locale": "en", "description": "Quickly switch services & regions in AWS. Shift, Shift = Service Select, Shift + R = Region Select. Supports region searching.", "permissions": [],