[ greenart7c3/Amber ] Refactor: Enhance permission management UI and remove legacy fix logic
- Remove `fixRejectedPermissions` and `fixAcceptedPermissions` logic from `Amber.kt` on app startup.
- Introduce a new segmented toggle UI in `PermissionRow` for selecting permission status (Allow, Deny, Ask).
- Add support for granular "remember" durations (1m, 5m, 10m, Always) directly within the permission row.
- Add helper functions `parseRememberType`, `rememberTypeToIndex`, and `onSetPermission` to handle permission state transitions.
- Improve permission row styling with animated transitions and better layout.
[ flox1an/nostube ] feat(seo): add Open Graph and Twitter card meta tags
Add og:image, og:url and Twitter card tags for better social
sharing previews on Twitter/X, Telegram, Discord, etc.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>