SpacesWallet is a non-custodial multi-chain crypto wallet built with Tether's Wallet Development Kit — with Bitcoin Spaces protocol integration for namespace and identity management.
@@ -313,12 +317,15 @@ Google Play - + APK Download +
@@ -357,7 +364,7 @@
Get it on Google Play
-
+
diff --git a/vercel.json b/vercel.json
new file mode 100644
index 0000000..e3956db
--- /dev/null
+++ b/vercel.json
@@ -0,0 +1,17 @@
+{
+ "headers": [
+ {
+ "source": "/apk/(.*\\.apk)",
+ "headers": [
+ {
+ "key": "Content-Type",
+ "value": "application/vnd.android.package-archive"
+ },
+ {
+ "key": "Content-Disposition",
+ "value": "attachment; filename=\"spaceswallet.apk\""
+ }
+ ]
+ }
+ ]
+}