Nano Chrome Extension

main.js at [49341cc45a]
Login

File main.js artifact caf76771c1 part of check-in 49341cc45a


	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

			}
		});