Compare commits
2 Commits
145a442a5b
...
f80f3e74ed
| Author | SHA1 | Date |
|---|---|---|
|
|
f80f3e74ed | |
|
|
a004a6ad72 |
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue