diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/firefoxshare.apd | 4 | ||||
-rw-r--r-- | app/login.apd | 3 | ||||
-rw-r--r-- | app/pphoto.apd | 4 | ||||
-rw-r--r-- | app/profile.apd | 4 |
4 files changed, 2 insertions, 13 deletions
diff --git a/app/firefoxshare.apd b/app/firefoxshare.apd deleted file mode 100644 index 5e0f38b4e..000000000 --- a/app/firefoxshare.apd +++ /dev/null @@ -1,4 +0,0 @@ -url: $baseurl/ffsapi -requires: local_channel -name: Firefox Share -photo: $baseurl/app/firefoxshare.png diff --git a/app/login.apd b/app/login.apd index e4cccbc7e..1cbb44f1b 100644 --- a/app/login.apd +++ b/app/login.apd @@ -1,4 +1,5 @@ +version: 1 url: $baseurl/login requires: nologin name: Login -photo: $baseurl/app/login.png +photo: icon:sign-in diff --git a/app/pphoto.apd b/app/pphoto.apd deleted file mode 100644 index 302b85d9e..000000000 --- a/app/pphoto.apd +++ /dev/null @@ -1,4 +0,0 @@ -url: $baseurl/profile_photo -requires: local_channel -name: Profile Photo -photo: $baseurl/app/pphoto.png diff --git a/app/profile.apd b/app/profile.apd deleted file mode 100644 index 48e5d5814..000000000 --- a/app/profile.apd +++ /dev/null @@ -1,4 +0,0 @@ -url: $baseurl/profile/$nick -requires: local_channel -name: View Profile -photo: $baseurl/app/profile.png |