<!doctype html> <html> <head> <title>Background App Popup</title> <!-- JavaScript and HTML must be in separate files for security. --> <script src="BackgroundApp.js"></script> </head> <body> Simple Background App </body> </html>