18 lines
319 B
JSON
18 lines
319 B
JSON
{
|
|
"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/*"
|
|
]
|
|
}
|
|
]
|
|
}
|