|
@@ -38,9 +38,11 @@
|
38
|
38
|
<action android:name="android.intent.action.VIEW" />
|
39
|
39
|
<category android:name="android.intent.category.BROWSABLE" />
|
40
|
40
|
<category android:name="android.intent.category.DEFAULT" />
|
|
41
|
+ <data android:host="beta.hipchat.me" android:scheme="https" />
|
41
|
42
|
<data android:host="beta.meet.jit.si" android:scheme="https" />
|
42
|
43
|
<data android:host="chaos.hipchat.me" android:scheme="https" />
|
43
|
44
|
<data android:host="enso.me" android:scheme="https" />
|
|
45
|
+ <data android:host="hipchat.me" android:scheme="https" />
|
44
|
46
|
<data android:host="meet.jit.si" android:scheme="https" />
|
45
|
47
|
</intent-filter>
|
46
|
48
|
<intent-filter>
|