Skip to content

Commit

Permalink
Upboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Dec 13, 2020
1 parent dd2a344 commit 03bd349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebExtension/backgroundscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function handleInstalled({ reason, temporary, previousVersion }) {
browser.tabs.create({ url: "onboard/onboard.html"});
break;
case "update":
// No upboarding in this version...
browser.tabs.create({ url: "onboard/onboard.html"});
break;
}
}
Expand Down
4 changes: 3 additions & 1 deletion WebExtension/onboard/onboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@

<img src="../icons/xIFr-256.png" id="logo" alt="" />

<h1>Welcome to xIFr!</h1>
<h1>Welcome to latest version xIFr!</h1>

<p>Congratulations, you have just installed xIFr version <span id="verstr"></span>.</p>

<p>This is the last version of xIFr to be compatible with Firefox version 56-77. Future versions of xIFr will require Firefox version 78 or better.</p>

<p>xIFr can show you much of the metadata that can be embedded in JPEG files. Various data of type EXIF, IPTC and XMP are supported.</p>

<p>To see (if there is) any recognized metadata in an image, you can usually just right-click on image and choose "View EXIF data" in the browser's contextmenu.
Expand Down

0 comments on commit 03bd349

Please sign in to comment.