mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 723963 - Add the clock application to the pre-installed list of webapps r=fabrice
This commit is contained in:
parent
8c13692bd4
commit
581141dee2
@ -318,6 +318,24 @@ function SettingsMessage(name, value) {
|
||||
|
||||
// MozApps - Bug 709015
|
||||
var webapps = [
|
||||
{ // clock
|
||||
installOrigin: 'http://gaiamobile.org:8888',
|
||||
origin: '../clock',
|
||||
receipt: null,
|
||||
installTime: 1323339869000,
|
||||
manifest: {
|
||||
'name': 'Clock',
|
||||
'description': 'Gaia Clock',
|
||||
'launch_path': '/clock.html',
|
||||
'developer': {
|
||||
'name': 'The Gaia Team',
|
||||
'url': 'https://github.com/andreasgal/gaia'
|
||||
},
|
||||
'icons': {
|
||||
'120': '/style/icons/Clock.png'
|
||||
}
|
||||
}
|
||||
},
|
||||
{ // browser
|
||||
installOrigin: 'http://gaiamobile.org:8888',
|
||||
origin: '../browser',
|
||||
|
Loading…
Reference in New Issue
Block a user