🎉 Initial Commit

This commit is contained in:
2025-03-31 23:43:22 +02:00
commit d300a2a665
6 changed files with 73 additions and 0 deletions

17
manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"manifest_version": 3,
"name": "Azure Portal Enhancements",
"description": "Enhancements to the Azure Portal",
"version": "0.1",
"icons": {
"128": "128.png"
},
"content_scripts": [
{
"js": ["scripts/content.js"],
"matches": [
"https://portal.azure.com/*"
]
}
]
}