Skip to content

Instantly share code, notes, and snippets.

@midu
Last active August 29, 2015 14:04
Show Gist options
  • Save midu/94431da87248879db3bb to your computer and use it in GitHub Desktop.
Save midu/94431da87248879db3bb to your computer and use it in GitHub Desktop.
chrome.app.runtime.onLaunched.addListener(function () {
chrome.app.window.create('window.html', {
bounds: {
width: 400,
height: 500
}
});
});

🐸 🐸 🐸 🐸

{
"name": "Call Serena Button",
"description": "Call Serena from Arcade button",
"version": 0.1,
//...
}
<!doctype html>
<html>
<body>
<div id="serial-port"></div>
<div id="status"></div>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment