electron/spec/fixtures/devtools-extensions/foo/foo.html
2016-05-17 14:52:45 -07:00

10 lines
195 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>foo</title>
<script>
chrome.devtools.panels.create('Foo', 'foo.png', 'index.html')
</script>
</head>
</html>