Compare commits

...

3 Commits

Author SHA1 Message Date
da2f4174bb Update
Updated extensions to remove linkwarden and replace with hoarder.
2025-04-04 10:44:43 +10:00
1ef78d06ae Update
Added webapps file
2025-02-17 15:12:12 +10:00
679993e7b9 Update
Split chrome policy to webapps and personal items
2025-02-17 15:11:44 +10:00
3 changed files with 41 additions and 39 deletions

View File

@@ -4,7 +4,7 @@
"Install": [
"https://addons.mozilla.org/firefox/downloads/file/4412673/ublock_origin-1.62.0.xpi",
"https://addons.mozilla.org/firefox/downloads/file/4410896/bitwarden_password_manager-2024.12.4.xpi",
"https://addons.mozilla.org/firefox/downloads/file/4432836/linkwarden-1.3.2.xpi"
"https://addons.mozilla.org/firefox/downloads/file/4461264/hoarder_app-1.2.0.xpi"
]
},
"PasswordManagerEnabled": false

View File

@@ -6,42 +6,5 @@
"kgcjekpmcjjogibpjebkhaanilehneje"
],
"DefaultSearchProviderEnabled": true,
"DefaultSearchProviderSearchURL": "https://search.tcmeta.net/search?q={searchTerms}",
"WebAppInstallForceList": [
{
"create_desktop_shortcut": true,
"fallback_app_name": "Hoarder",
"default_launch_container": "window",
"url": "https://bookmarks.tcmeta.net",
"custom_icon": {
"hash": "19f1cf77290b1461534c9f934cbea0d3481c4cf99ebebf385789532d54266279",
"url": "https://github.com/walkxcode/dashboard-icons/raw/refs/heads/main/svg/hoarder.svg"
}
},
{
"create_desktop_shortcut": true,
"fallback_app_name": "HomeBox",
"default_launch_container": "window",
"url": "https://home.kk.tcmeta.net",
"custom_icon": {
"hash": "504e7780c5b1f3de6b93df4fe697c62e1f0866c0864fff691bf2a97902f1dd18",
"url": "https://github.com/sysadminsmedia/homebox/raw/main/docs/public/lilbox.svg"
}
},
{
"create_desktop_shortcut": true,
"default_launch_container": "window",
"url": "https://it-tools.tech/"
},
{
"create_desktop_shortcut": true,
"default_launch_container": "window",
"url": "https://cook.tcmeta.net"
},
{
"create_desktop_shortcut": true,
"default_launch_container": "window",
"url": "https://messages.google.com/web/"
}
]
"DefaultSearchProviderSearchURL": "https://search.tcmeta.net/search?q={searchTerms}"
}

39
varg-webapps.json Normal file
View File

@@ -0,0 +1,39 @@
{
"WebAppInstallForceList": [
{
"create_desktop_shortcut": true,
"fallback_app_name": "Hoarder",
"default_launch_container": "window",
"url": "https://bookmarks.tcmeta.net",
"custom_icon": {
"hash": "19f1cf77290b1461534c9f934cbea0d3481c4cf99ebebf385789532d54266279",
"url": "https://github.com/walkxcode/dashboard-icons/raw/refs/heads/main/svg/hoarder.svg"
}
},
{
"create_desktop_shortcut": true,
"fallback_app_name": "HomeBox",
"default_launch_container": "window",
"url": "https://home.kk.tcmeta.net",
"custom_icon": {
"hash": "504e7780c5b1f3de6b93df4fe697c62e1f0866c0864fff691bf2a97902f1dd18",
"url": "https://github.com/sysadminsmedia/homebox/raw/main/docs/public/lilbox.svg"
}
},
{
"create_desktop_shortcut": true,
"default_launch_container": "window",
"url": "https://it-tools.tech/"
},
{
"create_desktop_shortcut": true,
"default_launch_container": "window",
"url": "https://cook.tcmeta.net"
},
{
"create_desktop_shortcut": true,
"default_launch_container": "window",
"url": "https://messages.google.com/web/"
}
]
}