-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathm2.manifest.json
More file actions
19 lines (19 loc) · 1.12 KB
/
Copy pathm2.manifest.json
File metadata and controls
19 lines (19 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"manifest_version": 2,
"name": "Memory Monitor",
"version": "12.1.2.0",
"version_name": "12.1 (2026.5.23, Mv2, Chromium 56+)",
"description": "Displays RAM Usage Information",
"author": "Daniel Herr",
"homepage_url": "https://danielherr.software/Memory_Monitor",
"offline_enabled": true,
"icons": { "128": "icon.png" },
"browser_action": { "default_popup": "popup/popup.html" },
"background": { "page": "background/background.html", "persistent": true },
"options_page": "Settings/Settings.html",
"permissions": [ "system.memory", "storage", "notifications", "system.display", "contextMenus" ],
"update_url": "https://packages.danielherr.software/CRX/updates.xml",
"minimum_chrome_version": "56",
"minimum_opera_version": "43",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgzJEQONzD/VHTi6UtARa4Ms1eNWq+7GFHAh7HsFsqrwiclRRoSFyCXs305o/vFJ5w7xm4M95sgljWeYFQn+wt4iMwrtxAOUvLWPLA098fcc+GdisUCPqLHp978liJpBovjJzpCcTQG9qc0UwFMDUE+vsLcSdy2RbGQnX9oSnxDsgWAfP8TGL7FPMV4SL3UwkWHK4i/DY365Q3uoeBCBzeA0kFXwnhnCmqGqwv/juabdPQbQ+q49uFssY60FeoJPdIsPg2wqFW4hUwDIQ9gHkKrovZZssROnkytFnaBoDZhtMt9QbPfGutjHd+z2A9NndOS+SypzMEOIZPsnBJfHyuwIDAQAB"
}