Compare commits

..

2 Commits

Author SHA1 Message Date
Kacper Zacharski f80f3e74ed
Merge pull request #30 from KZacharski/main
preparation for twa
2026-06-23 12:46:10 +02:00
KZacharski a004a6ad72 preparation for twa 2026-06-23 12:45:19 +02:00
2 changed files with 13 additions and 0 deletions

View File

@ -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"
]
}
}]

View File

@ -6,6 +6,9 @@ module.exports = {
msTileColor: '#001122', msTileColor: '#001122',
appleMobileWebAppCapable: 'yes', appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'default', 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 // configure the workbox plugin
/* workboxPluginMode: 'InjectManifest', /* workboxPluginMode: 'InjectManifest',