background.html 438 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>Background page</title>
  6. </head>
  7. <body>
  8. <script src="/dist/chrome-browser-polyfill.js"></script>
  9. <script src="/dist/single-file-background.js"></script>
  10. <script src="/dist/extension-background.js"></script>
  11. <script src="/dist/single-file.js"></script>
  12. <script src="/dist/infobar.js"></script>
  13. </body>
  14. </html>