From 4502df25e4314f69b52c6ffb5162c7dd93306a10 Mon Sep 17 00:00:00 2001 From: Michael Guidetti Date: Sun, 25 Sep 2022 13:56:22 -0400 Subject: [PATCH] Update manifest --- CHANGELOG.md | 6 +++++- manifest.json | 6 +----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2646be0..a61ec80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [2.0.0] - 2022-09-17 +## [2.0.1] - 2022-09-25 + +- Update manifest.js + +## [2.0.1] - 2022-09-17 - Rewrite JS. - Update quotes API URL. diff --git a/manifest.json b/manifest.json index e5365d3..1919cf3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,7 @@ { "manifest_version": 3, "name": "The Creative Independent’s Extension", - "version": "2.0.0", - "default_locale": "en", + "version": "2.0.1", "description": "Displays a quote from The Creative Independent on your new tab.", "icons": { "16": "./icons/tci-chrome-16.png", @@ -12,9 +11,6 @@ "chrome_url_overrides": { "newtab": "index.html" }, - "permissions": [ - "activeTab" - ], "host_permissions": [ "https://thecreativeindependent.com/api/*" ],