```
---
### Step 2: Upload 4 new files to your `docs` folder
Upload these files (same location as throne-app.html):
1. **manifest.json**
2. **sw.js**
3. **icon-192.png**
4. **icon-512.png**
---
### Step 3: Update Supabase OAuth redirect
Since you have a new domain, update Supabase:
1. Go to **Supabase** → **Authentication** → **URL Configuration**
2. Update **Site URL** to: `https://thrne.app/throne-app.html`
3. Add to **Redirect URLs**: `https://thrne.app/throne-app.html`
---
### Step 4: Update Google OAuth
In **Google Cloud Console** → **APIs & Services** → **Credentials** → Your OAuth Client:
1. Add to **Authorized JavaScript origins**:
```
https://thrne.app
```
2. Keep the Supabase callback URL in **Authorized redirect URIs**:
```
https://bqquqywzjednltcoqjwk.supabase.co/auth/v1/callback