Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions SlimTwitter/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ SlimTwitter is an Open Source app realized by Leonardo Rignanese
<data
android:host="twitter.com"
android:scheme="https" />
<data
android:host="x.com"
android:scheme="https" />
<!-- alternative twitter links, used mainly for embedding -->
<data
android:host="fxtwitter.com"
android:scheme="https" />
<data
android:host="vxtwitter.com"
android:scheme="https" />
</intent-filter>

<intent-filter>
Expand Down