add application manager

This commit is contained in:
Xuan Sang LE
2018-02-01 19:36:09 +01:00
parent f5ff434152
commit 5d91cc99f3
22 changed files with 305 additions and 80 deletions

View File

@ -7,7 +7,7 @@ class PushNotification extends this.OS.GUI.BaseService
@pending = []
init: ->
@view = false
path = path = "packages/CoreServices/notifications.html"
path = path = "#{@meta().path}/notifications.html"
@render path
spin: (b) ->

View File

@ -1,6 +1,6 @@
{
"app":null,
"services": [ "Calendar", "PushNotification", "Spotlight" ]
"services": [ "Calendar", "PushNotification", "Spotlight" ],
"name":"CoreServices",
"description":"This is the core services",
"info":{