summaryrefslogtreecommitdiff
path: root/manifest.json
blob: 145b80694d39cca41201ec27d9e756ba99bbbd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "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"
    ]
}