inital commit

This commit is contained in:
Moritz Böhme 2021-03-28 17:11:08 +02:00
commit 36b964da59
376 changed files with 230001 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html dir="auto">
<head>
<meta charset="utf-8" />
<title>Error</title>
<link rel="stylesheet" href="https://local_resource_host/css/glue.css" />
<link rel="stylesheet" href="css/error.css"><link rel="stylesheet" class="userCSS" href="https://zlink.app.spotify.com/css/user.css"></head>
<body class="show-error-screen">
<!-- "init.js" is served by the desktop client and provides the "window.__spotify" object. -->
<script src="init.js"></script>
<script src="error.bundle.js"></script></body>
</html>

View file

@ -0,0 +1,108 @@
{
"BundleIdentifier": "error",
"BundleType": "Application",
"BundleVersion": "1.1.55",
"VendorIdentifier": "com.spotify",
"UserInstallable": false,
"AppDescription": {
"en": "",
"ar": "",
"cs": "",
"de": "",
"el": "",
"es": "",
"es-419": "",
"fi": "",
"fr": "",
"fr-CA": "",
"he": "",
"hu": "",
"id": "",
"it": "",
"ja": "",
"ko": "",
"nl": "",
"pl": "",
"pt-BR": "",
"ru": "",
"sv": "",
"th": "",
"tr": "",
"vi": "",
"zh-Hant": "",
"ms": ""
},
"AppName": {
"en": "Error",
"ar": "Error",
"cs": "Error",
"de": "Error",
"el": "Error",
"es": "Error",
"es-419": "Error",
"fi": "Error",
"fr": "Error",
"fr-CA": "Error",
"he": "Error",
"hu": "Error",
"id": "Error",
"it": "Error",
"ja": "Error",
"ko": "Error",
"nl": "Error",
"pl": "Error",
"pt-BR": "Error",
"ru": "Error",
"sv": "Error",
"th": "Error",
"tr": "Error",
"vi": "Error",
"zh-Hant": "Error",
"ms": "Error"
},
"SupportedLanguages": [
"ar",
"cs",
"de",
"el",
"en",
"es",
"es-419",
"fi",
"fr",
"fr-CA",
"he",
"hu",
"id",
"it",
"ja",
"ko",
"nl",
"pl",
"pt-BR",
"ru",
"sv",
"th",
"tr",
"vi",
"zh-Hant",
"ms"
],
"SupportedDeviceClasses": [
"Desktop"
],
"BridgeDependencies": {
"bridge-desktop": "0.25.0",
"bridge-web": "2.50.0",
"bridge-zelda": "1.0.0"
},
"Dependencies": {
"api": "1.0.0"
},
"InjectScripts": false,
"InjectStylesheets": false,
"SkipLanguageValidation": true,
"SkipUnrequireValidation": true,
"SpmApp": true,
"GitRevision": "f9a83c602b2"
}