File tree Expand file tree Collapse file tree 2 files changed +16
-18
lines changed
Expand file tree Collapse file tree 2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 11{
22 "name": "lightning-decoder",
3- "version": "0.3.1 ",
3+ "version": "0.3.2 ",
44 "author": {
55 "email": "andrerfneves@protonmail.com",
66 "name": "André Neves",
Original file line number Diff line number Diff line change 22<html lang="en">
33 <head>
44 <meta charset="utf-8">
5- <link
6- rel="shortcut icon"
7- type="image/png"
8- href="%PUBLIC_URL%/favicon.png"
9- >
10- <meta
11- name="viewport"
12- content="width=device-width, initial-scale=1, shrink-to-fit=no"
13- >
14- <meta
15- name="theme-color"
16- content="#000000"
17- >
18- <link
19- rel="manifest"
20- href="%PUBLIC_URL%/manifest.json"
21- >
5+ <link rel="shortcut icon" type="image/png" href="%PUBLIC_URL%/favicon.png">
6+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+ <meta name="theme-color" content="#000000">
8+ <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
9+
10+ <!-- Graph Tags -->
11+ <meta property="og:url" content="https://lightningdecoder.com" />
12+ <meta property="og:site_name" content="Lightning Decoder" />
13+ <meta property="og:title" content="Lightning Decoder | Decode Lightning Network BOLT11 Invoices" />
14+ <meta property="og:type" content="text" />
15+ <meta property="og:image" content="https://camo.githubusercontent.com/5a613bf292cc6585615d9b8c36de106e1d8ae370/68747470733a2f2f692e696d6775722e636f6d2f717057315251712e706e67" />
16+ <meta property="og:determiner" content="auto" />
17+ <meta property="og:description" content="Lightning Decoder is a utility for decoding lightning network payment requests (BOLT11)." />
18+ <!-- End Graph Tags -->
19+
2220 <title>
2321 Lightning Decoder | Decode Lightning Network BOLT11 Invoices
2422 </title>
You can’t perform that action at this time.
0 commit comments