Explorar el Código

Remove unused popup.html

tags/v1.0
Matt Baer hace 5 años
padre
commit
71358a048d
Se han modificado 1 ficheros con 0 adiciones y 19 borrados
  1. +0
    -19
      popup.html

+ 0
- 19
popup.html Ver fichero

@@ -1,19 +0,0 @@
<!doctype html>
<html>
<head>
<title>Snap.as</title>
<meta charset="utf-8">
</head>
<body>
<script>
console.log('create');
chrome.windows.create({
url: "uploader.html",
width: 100,
height: 100,
type: "popup"
}, function(window) {
});
</script>
</body>
</html>

Cargando…
Cancelar
Guardar