Mobile Client: Giving back what belongs to Ceasar: aeris.com => arthichaud.me

This commit is contained in:
Arthi-chaud
2022-03-04 15:47:58 +01:00
parent 8c83773d7f
commit ed958eefe8
5 changed files with 32 additions and 19 deletions
@@ -31,9 +31,9 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="aeris.com" />
<data android:scheme="https" />
<data android:scheme="aeris" />
<data android:scheme="http" android:host="arthichaud.me" />
<data android:scheme="https" android:host="arthichaud.me"/>
<data android:scheme="aeris" android:host="arthichaud.me"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
@@ -31,9 +31,9 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="aeris.com" />
<data android:scheme="https" />
<data android:scheme="aeris" />
<data android:scheme="http" android:host="arthichaud.me" />
<data android:scheme="https" android:host="arthichaud.me"/>
<data android:scheme="aeris" android:host="arthichaud.me"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.