Skip to content

Commit

Permalink
feat: add v2 manifest for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
pl4nty committed Oct 8, 2022
1 parent c436f83 commit 405fb5e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

25 changes: 25 additions & 0 deletions manifest.v2.json
Original file line number Diff line number Diff line change
@@ -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"]
}
2 changes: 1 addition & 1 deletion manifest.json → manifest.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 405fb5e

Please sign in to comment.