You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
601 B
JSON
23 lines
601 B
JSON
{
|
|
"name": "Luna for Chrome OS",
|
|
"version": "1.5.0.24",
|
|
"description": "A remote administration and data collection tool for system administrators, integrating with Cold Haze",
|
|
"manifest_version": 3,
|
|
"author": "Equestria.dev",
|
|
"icons":{
|
|
"583": "icon.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "index.js"
|
|
},
|
|
"permissions": [
|
|
"offscreen",
|
|
"system.cpu",
|
|
"system.memory",
|
|
"system.display",
|
|
"enterprise.deviceAttributes",
|
|
"enterprise.networkingAttributes",
|
|
"processes",
|
|
"topSites"
|
|
]
|
|
} |