|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 6 |
|
7 | 7 | <!-- Primary Meta Tags --> |
8 | | - <title>TBB — GitHub Copilot Billing & Token Usage Dashboard</title> |
9 | | - <meta name="title" content="TBB — GitHub Copilot Billing & Token Usage Dashboard" /> |
10 | | - <meta name="description" content="Drag-and-drop GitHub billing CSVs to instantly visualize Copilot spend, premium request usage, token consumption, and model breakdowns. 100% client-side — no data leaves your browser." /> |
11 | | - <meta name="keywords" content="GitHub Copilot, billing dashboard, token usage, premium requests, CSV viewer, Copilot spend, AI coding costs, GitHub billing, developer tools" /> |
| 8 | + <title>GitHub Usage Report Viewer</title> |
| 9 | + <meta name="title" content="GitHub Usage Report Viewer" /> |
| 10 | + <meta name="description" content="Visualize your GitHub Usage Report. All processing is done client side and your usage report never leaves your computer." /> |
| 11 | + <meta name="keywords" content="GitHub, usage report, billing dashboard, Copilot, Actions, token usage, premium requests, CSV viewer, Copilot spend, AI coding costs, developer tools" /> |
12 | 12 | <meta name="author" content="Austen Stone" /> |
13 | 13 | <meta name="robots" content="index, follow" /> |
14 | | - <link rel="canonical" href="https://austenstone.github.io/tbb/" /> |
| 14 | + <link rel="canonical" href="https://austenstone.github.io/github-actions-usage-report/" /> |
15 | 15 |
|
16 | 16 | <!-- Open Graph / Facebook --> |
17 | 17 | <meta property="og:type" content="website" /> |
18 | | - <meta property="og:url" content="https://austenstone.github.io/tbb/" /> |
19 | | - <meta property="og:title" content="TBB — GitHub Copilot Billing & Token Usage Dashboard" /> |
20 | | - <meta property="og:description" content="Drag-and-drop GitHub billing CSVs to instantly visualize Copilot spend, premium request usage, token consumption, and model breakdowns. 100% client-side." /> |
21 | | - <meta property="og:image" content="https://austenstone.github.io/tbb/og-image.png" /> |
| 18 | + <meta property="og:url" content="https://austenstone.github.io/github-actions-usage-report/" /> |
| 19 | + <meta property="og:title" content="GitHub Usage Report Viewer" /> |
| 20 | + <meta property="og:description" content="Visualize your GitHub Usage Report. All processing is done client side and your usage report never leaves your computer." /> |
| 21 | + <meta property="og:image" content="https://austenstone.github.io/github-actions-usage-report/og-image.png" /> |
22 | 22 | <meta property="og:image:width" content="1200" /> |
23 | 23 | <meta property="og:image:height" content="630" /> |
24 | 24 | <meta property="og:site_name" content="TBB" /> |
25 | 25 | <meta property="og:locale" content="en_US" /> |
26 | 26 |
|
27 | 27 | <!-- Twitter --> |
28 | 28 | <meta name="twitter:card" content="summary_large_image" /> |
29 | | - <meta name="twitter:url" content="https://austenstone.github.io/tbb/" /> |
30 | | - <meta name="twitter:title" content="TBB — GitHub Copilot Billing & Token Usage Dashboard" /> |
31 | | - <meta name="twitter:description" content="Drag-and-drop GitHub billing CSVs to instantly visualize Copilot spend, premium request usage, token consumption, and model breakdowns. 100% client-side." /> |
32 | | - <meta name="twitter:image" content="https://austenstone.github.io/tbb/og-image.png" /> |
| 29 | + <meta name="twitter:url" content="https://austenstone.github.io/github-actions-usage-report/" /> |
| 30 | + <meta name="twitter:title" content="GitHub Usage Report Viewer" /> |
| 31 | + <meta name="twitter:description" content="Visualize your GitHub Usage Report. All processing is done client side and your usage report never leaves your computer." /> |
| 32 | + <meta name="twitter:image" content="https://austenstone.github.io/github-actions-usage-report/og-image.png" /> |
33 | 33 |
|
34 | 34 | <!-- Favicon --> |
35 | | - <link rel="icon" type="image/svg+xml" href="/tbb/favicon.svg" /> |
36 | | - <link rel="apple-touch-icon" href="/tbb/apple-touch-icon.png" /> |
| 35 | + <link rel="icon" type="image/svg+xml" href="favicon.svg" /> |
| 36 | + <link rel="apple-touch-icon" href="apple-touch-icon.png" /> |
37 | 37 |
|
38 | 38 | <!-- Web App Manifest --> |
39 | | - <link rel="manifest" href="/tbb/site.webmanifest" /> |
| 39 | + <link rel="manifest" href="site.webmanifest" /> |
40 | 40 | <meta name="theme-color" content="#0d1117" media="(prefers-color-scheme: dark)" /> |
41 | 41 | <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" /> |
42 | 42 |
|
|
45 | 45 | { |
46 | 46 | "@context": "https://schema.org", |
47 | 47 | "@type": "WebApplication", |
48 | | - "name": "TBB", |
49 | | - "alternateName": "Token-Based Billing Report Explorer", |
50 | | - "url": "https://austenstone.github.io/tbb/", |
51 | | - "description": "Drag-and-drop GitHub billing CSVs to instantly visualize Copilot spend, premium request usage, token consumption, and model breakdowns. 100% client-side.", |
| 48 | + "name": "GitHub Usage Report Viewer", |
| 49 | + "alternateName": "GitHub Billing Dashboard", |
| 50 | + "url": "https://austenstone.github.io/github-actions-usage-report/", |
| 51 | + "description": "Visualize your GitHub Usage Report. All processing is done client side and your usage report never leaves your computer.", |
52 | 52 | "applicationCategory": "DeveloperApplication", |
53 | 53 | "operatingSystem": "Any", |
54 | 54 | "browserRequirements": "Requires a modern browser with JavaScript enabled", |
|
73 | 73 | "Multi-file support with tab switching", |
74 | 74 | "Duplicate file detection via FNV-1a hashing" |
75 | 75 | ], |
76 | | - "screenshot": "https://austenstone.github.io/tbb/og-image.png", |
| 76 | + "screenshot": "https://austenstone.github.io/github-actions-usage-report/og-image.png", |
77 | 77 | "softwareVersion": "1.0.0" |
78 | 78 | } |
79 | 79 | </script> |
|
0 commit comments