{ "version": "6.0.2979.22", "description": "An innovatively designed web browser, based on Blink, for users in Vivaldi.net community that replaced departed My Opera.", "homepage": "https://vivaldi.com/", "license": "BSD-3-Clause", "architecture": { "64bit": { "url": "https://downloads.vivaldi.com/stable/Vivaldi.6.0.2979.22.x64.exe#/dl.7z", "hash": "48f42b2f4b8771253140f5a48509d3d427c6e9719af26d1234f92dfda9dcc34d" }, "32bit": { "url": "https://downloads.vivaldi.com/stable/Vivaldi.6.0.2979.22.exe#/dl.7z", "hash": "fafd1be7a0e7698f3a66c046124b30595bb8c5e2a89e326b2266fd888f9ca63b" } }, "installer": { "script": [ "Expand-7zipArchive \"$dir\\vivaldi.7z\" -DestinationPath \"$dir\\Application\" -ExtractDir 'Vivaldi-bin' -Removal", "Remove-Item \"$dir\\Application\\update_notifier.exe\"", "Set-Content \"$dir\\Application\\stp.viv\" '// Vivaldi Standalone' -Encoding ASCII" ] }, "bin": "Application\\vivaldi.exe", "shortcuts": [ [ "Application\\vivaldi.exe", "Vivaldi" ] ], "persist": "User Data", "checkver": { "url": "https://vivaldi.com/download/", "regex": "Vivaldi\\.([\\d.]+)\\.exe" }, "autoupdate": { "architecture": { "64bit": { "url": "https://downloads.vivaldi.com/stable/Vivaldi.$version.x64.exe#/dl.7z" }, "32bit": { "url": "https://downloads.vivaldi.com/stable/Vivaldi.$version.exe#/dl.7z" } } } }