(hostname)
| 28 | |
| 29 | // Helper function to check if we're on the InverseUI website |
| 30 | export function isInverseUIWebsite(hostname) { |
| 31 | return hostname.includes('inverseui.com'); |
| 32 | } |
| 33 | |
| 34 | // Helper function to get API headers with auth |
| 35 | export function getAuthHeaders(token) { |