Artifact caf76771c1c2776b2602036a8d07b8d72b95c883:
- File main.js — part of check-in [49341cc45a] at 2018-09-10 14:33:52 on branch trunk — Starting the app (user: Troy, size: 259) [annotate] [blame] [check-ins using]
chrome.app.runtime.onLaunched.addListener(function() { chrome.app.window.create('index.html', { "id": "test", "focused": true, "innerBounds": { "width": 350, "minWidth": 350, "height": 136, "minHeight": 135 } });