From 405fb5ec9c7349473fb8d93e0d3eb8e6974925cb Mon Sep 17 00:00:00 2001 From: Tom Plant <21111317+pl4nty@users.noreply.github.com> Date: Sat, 8 Oct 2022 13:16:22 +1100 Subject: [PATCH] feat: add v2 manifest for Firefox --- .vscode/settings.json | 3 --- manifest.v2.json | 25 +++++++++++++++++++++++++ manifest.json => manifest.v3.json | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json create mode 100644 manifest.v2.json rename manifest.json => manifest.v3.json (98%) diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b5cfd98..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "git.enableCommitSigning": false -} \ No newline at end of file diff --git a/manifest.v2.json b/manifest.v2.json new file mode 100644 index 0000000..6fa8df9 --- /dev/null +++ b/manifest.v2.json @@ -0,0 +1,25 @@ +{ + "manifest_version": 2, + "name": "Azure Tab Icons", + "description": "Automatic browser tab icons for Azure", + "version": "0.1.1", + "author": "Tom Plant", + "content_scripts": [ + { + "matches": [ + "https://*.portal.azure.com/*", + "https://*.portal.azure.us/*", + "https://*.portal.azure.cn/*", + "https://*.portal.azure.com.mcas.ms/*", + "https://*.portal.azure.us.mcas-gov.us/*", + "https://endpoint.microsoft.com/*", + "https://endpoint.microsoft.us/*", + "https://endpoint.microsoftonline.cn/*", + "https://endpoint.microsoft.com.mcas.ms/*", + "https://endpoint.microsoft.us.mcas-gov.us/*" + ], + "js": ["content.js"] + } + ], + "web_accessible_resources": ["msportalfx-svg.css"] +} \ No newline at end of file diff --git a/manifest.json b/manifest.v3.json similarity index 98% rename from manifest.json rename to manifest.v3.json index 48c645d..6d2ea6d 100644 --- a/manifest.json +++ b/manifest.v3.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Azure Tab Icons", "description": "Automatic browser tab icons for Azure", - "version": "0.1.0", + "version": "0.1.1", "author": "Tom Plant", "content_scripts": [ {