Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #31 from fxos/bug-1175386-remove-sharing-video
Browse files Browse the repository at this point in the history
Remove sharing and video from app list
  • Loading branch information
mikehenrty committed Jun 18, 2015
2 parents c3c8a8d + 7f4fdcf commit eddfa09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Binary file removed app/img/app_icons/clock.png
Binary file not shown.
Binary file removed app/img/app_icons/dialer.png
Binary file not shown.
18 changes: 0 additions & 18 deletions app/js/model/list_model.js
Expand Up @@ -3,15 +3,6 @@ import { Model } from 'components/fxos-mvc/dist/mvc';
export default class ListModel extends Model {
getAppList() {
return {
'http://fxos.github.io/sharing/dist/app/manifest.webapp': {
manifestURL: 'http://fxos.github.io/sharing/dist/app/manifest.webapp',
name: 'sharing',
description: 'Share applications with your friends over Wifi.',
author: 'Doug Sherk',
type: 'hosted',
url: 'https://github.com/fxos/sharing',
revision: 'e908d4eff5799b038fd318084254a8b93709bada'
},
'http://fxos.github.io/camera/dist/app/manifest.webapp': {
manifestURL: 'http://fxos.github.io/camera/dist/app/manifest.webapp',
name: 'camera',
Expand All @@ -21,15 +12,6 @@ export default class ListModel extends Model {
url: 'https://github.com/fxos/camera',
revision: '8b5a7d9061a0d0210f24ff253110a8ce935104ca'
},
'http://fxos.github.io/video/app/manifest.webapp': {
manifestURL: 'http://fxos.github.io/video/app/manifest.webapp',
name: 'video',
description: 'Become the next Steven Spielberg.',
author: 'Justin D\'Arcangelo',
type: 'hosted',
url: 'https://github.com/fxos/video',
revision: 'b3c913669bc7039e980586bd9d319a0ca2ac6003'
},
'http://fxos.github.io/dialer/dist/app/manifest.webapp': {
manifestURL: 'http://fxos.github.io/dialer/dist/app/manifest.webapp',
name: 'dialer',
Expand Down

0 comments on commit eddfa09

Please sign in to comment.