1 2 3 4 5 6 7
var configjson = require('../config.json'); export function load() { navigator.appService.start(configjson.background); }