Compare commits
No commits in common. "f80f3e74ed88d065ec6a9b519fe5bfc2a491d840" and "145a442a5b346991ccf71a4e2386025d66f43014" have entirely different histories.
f80f3e74ed
...
145a442a5b
|
|
@ -1,10 +0,0 @@
|
||||||
[{
|
|
||||||
"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,9 +6,6 @@ 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