UNPKG

generator-browser-modern-extension

Version:

Scaffold out a boilerplate for creating a browser extension with up-to-date tools and autoreload

13 lines (11 loc) 188 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Popup</title> <link rel="stylesheet" href="popup.css"> <script src="popup.js"></script> </head> <body> </body> </html>