{ "version": "7.8.3925.62", "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.7.8.3925.62.x64.exe#/dl.7z", "hash": "68e6c9d3f27354e6ea55960fefa7f4a23cc4eaa78a04f05b150700f2f0451d64" }, "32bit": { "url": "https://downloads.vivaldi.com/stable/Vivaldi.7.8.3925.62.exe#/dl.7z", "hash": "9499c01310ebeb607d2057d41808e6f00fe54ff035eee57e3041789fe20414d8" }, "arm64": { "url": "https://downloads.vivaldi.com/stable/Vivaldi.7.8.3925.62.arm64.exe#/dl.7z", "hash": "b19da0e1cf103183494019e539dd94d587de0f6389540ede9d2c59820142b625" } }, "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" }, "arm64": { "url": "https://downloads.vivaldi.com/stable/Vivaldi.$version.arm64.exe#/dl.7z" } }, "hash": { "url": "https://vivaldi.com/download/archive/?platform=win", "find": "$basename.+?data-sha256=\"$sha256" } } }