This commit is contained in:
RISHAB-CREATOR 2025-09-25 22:16:31 +05:30
parent 61c3ef1123
commit 958e4ac6bb
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(npm run docs:build:*)"
],
"deny": [],
"ask": []
}
}

View file

@ -145,7 +145,7 @@ export default defineConfig({
name: 'FMHY - freemediaheckyeah',
short_name: 'FMHY',
description: 'The largest collection of free stuff on the internet!',
theme_color: '#7bc5e4',
theme_color: '#000000ff',
background_color: '#ffffff',
display: 'standalone',
orientation: 'portrait',