WebExtension as alternative to Chromecast
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
416 B

7 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. </head>
  6. <body>
  7. <form>
  8. <label>Muffcast URL<input type="url" id="muffcast-url" /></label> <br />
  9. <label>Muffcast Sync Interval<input type="number" id="muffcast-sync-interval" min="1000" step="1000" /></label> <br />
  10. <button type="submit">Save</button>
  11. </form>
  12. <script src="options.js"></script>
  13. </body>
  14. </html>