diff --git a/public/.well-known/assetlinks.json b/public/.well-known/assetlinks.json new file mode 100644 index 0000000..f7cd3c0 --- /dev/null +++ b/public/.well-known/assetlinks.json @@ -0,0 +1,10 @@ +[{ + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "xyz.puffercat.apps", + "sha256_cert_fingerprints": [ + "78:20:A7:29:83:44:A1:BB:91:B4:76:3A:B3:57:FA:64:6C:5E:D9:D3:9C:5D:8E:4F:6A:62:84:DA:6F:71:EC:FF" + ] + } +}] \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index 9bfaa34..7ee01e3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,6 +6,9 @@ module.exports = { msTileColor: '#001122', appleMobileWebAppCapable: 'yes', appleMobileWebAppStatusBarStyle: 'default', + manifestOptions: { + "description": "The full catalog of apps created by Puffercat as well as ones currently in development. You can download all of my Android apps here, from the official source." + } // configure the workbox plugin /* workboxPluginMode: 'InjectManifest',