background.html 666 B

12345678910111213141516171819
  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.js"></script>
  10. <script src="/dist/infobar.js"></script>
  11. <script type="module" src="/extension/core/bg/messages.js"></script>
  12. <script type="module" src="/extension/lib/single-file/fetch/bg/fetch.js"></script>
  13. <script type="module" src="/extension/lib/single-file/frame-tree/bg/frame-tree.js"></script>
  14. <script type="module" src="/extension/lib/single-file/lazy/bg/lazy-timeout.js"></script>
  15. </body>
  16. </html>