diff --git a/README.md b/README.md index 3c4b58e..4ed5706 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,18 @@ If you can try a development version, the following steps are needed. 1. select the directory created by cloning at step 1. # Change logs -(T.B.D) - + - Notify when finishing configuration \ No newline at end of file diff --git a/manifest.json b/manifest.json index 38d6169..fb34f47 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "Azure Portal plus", - "version": "0.0.1", - "version_name": "0.0.1-anago", + "version": "0.0.2", + "version_name": "0.0.2-bora", "description": "Add features to Azure Portal", "permissions": [ "storage" @@ -21,6 +21,8 @@ "content_scripts": [ { "matches": [ + "https://preview.portal.azure.com/*", + "https://ms.portal.azure.com/*", "https://portal.azure.com/*" ], "js": [ @@ -28,4 +30,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/popup/css/main.css b/popup/css/main.css index 48eae17..82d6e0c 100644 --- a/popup/css/main.css +++ b/popup/css/main.css @@ -71,14 +71,6 @@ input[type="checkbox"] { display: none; } -/* div#linkContainer { - font-size: small; - margin-top: -40px; - width: 100%; - display: flex; - justify-content: flex-end; -} */ - div#linkContainer { position: absolute; top: 10px; @@ -98,6 +90,7 @@ div#linkContainer a { div#linkContainer a>img { filter: invert(44%) sepia(75%) saturate(3284%) hue-rotate(191deg) brightness(102%) contrast(100%); + height: 20px; } h3 { diff --git a/popup/main.html b/popup/main.html index dea3c87..17025e4 100644 --- a/popup/main.html +++ b/popup/main.html @@ -14,9 +14,9 @@

Azure Portal Plus