Skip to content

Commit

Permalink
Add functionality to the demo extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jan 19, 2024
1 parent 25fc12e commit 398d8d3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions test/extension/popup.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!doctype html>
<meta charset="UTF-8">
<title>Popup</title>
<h1>The extension worked 🙂</h1>
<style>
html {
padding: 3em;
}
</style>
<title>New York Weather</title>
<iframe src="https://api.wo-cloud.com/content/widget/?geoObjectKey=6112695&language=en&region=US&timeFormat=HH:mm&windUnit=mph&systemOfMeasurement=imperial&temperatureUnit=fahrenheit" frameborder="0" width="318" height="318"></iframe>
<small>Please stop reporting "Yellow Potassium" on this extension. It's not meant to be used by anyone, it's a private extension meant for TESTING, as the title suggests.</small>

0 comments on commit 398d8d3

Please sign in to comment.