<script>
window.open(
'/extensions/api_test/app_process/path1/empty.html',
'',
// Small enough that a popup will be created even on Chrome OS
'width=200,height=200');
</script>
<script>
window.open(
'/extensions/api_test/app_process/path1/empty.html',
'',
// Small enough that a popup will be created even on Chrome OS
'width=200,height=200');
</script>