File size: 553 Bytes
7270c96 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Auto-Guardian-Core",
"operatingSystem": "Linux, Windows, macOS",
"applicationCategory": "SecurityApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Person",
"name": "Abdulelah Othman Gwaith"
},
"description": "An automated security monitoring and protection core system designed for modern infrastructure.",
"url": "https://abdulelahothmangwaith.github.io/Auto-Guardian-Core/"
}
|