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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

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"
]
}