Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion firebase-ai-logic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Firebase AI Logic Demo</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion right-click-for-superpowers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 class="animate__animated animate__pulse animate__infinite">Please wait. Loa
<footer>
Created by <a href="https://www.linkedin.com/in/WebAI" target="_blank">Jason Mayes</a>, 2024. Note: This is not an official Google product.
</footer>
<script type="text/javascript" src="script.js"></script>
<script type="module" src="script.js"></script>

</body>
</html>
1 change: 0 additions & 1 deletion summarization-api-playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<!-- Summarizer API --->
<meta http-equiv="origin-trial" content="Aiqz8ZArzAhQ2U24U9mLLJV8l16YNGsuiDqHJcUD3eCqYDbrWpb8qG3BSMXJ4OxDyS6Zw9HlsS5/ZoD0AFDAUQEAAABWeyJvcmlnaW4iOiJodHRwczovL2Nocm9tZS5kZXY6NDQzIiwiZmVhdHVyZSI6IkFJU3VtbWFyaXphdGlvbkFQSSIsImV4cGlyeSI6MTc1MzE0MjQwMH0=" />

<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="./src/main.ts"></script>
<title>Summarization API Playgroud</title>
Expand Down
1 change: 0 additions & 1 deletion summary-of-summaries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="origin-trial" content="Aiqz8ZArzAhQ2U24U9mLLJV8l16YNGsuiDqHJcUD3eCqYDbrWpb8qG3BSMXJ4OxDyS6Zw9HlsS5/ZoD0AFDAUQEAAABWeyJvcmlnaW4iOiJodHRwczovL2Nocm9tZS5kZXY6NDQzIiwiZmVhdHVyZSI6IkFJU3VtbWFyaXphdGlvbkFQSSIsImV4cGlyeSI6MTc1MzE0MjQwMH0=" />
<script type="module" src="/src/main.ts"></script>
Expand Down
1 change: 0 additions & 1 deletion wordup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" href="pwa-icon-192.png" />
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="#a78bfa" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wordup</title>
Expand Down
29 changes: 0 additions & 29 deletions wordup/public/manifest.json

This file was deleted.

3 changes: 3 additions & 0 deletions wordup/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export default defineConfig({
svelte(),
VitePWA({
registerType: 'autoUpdate',
// chrome.dev does not serve .webmanifest, so emit the manifest as
// .json instead of vite-plugin-pwa's default manifest.webmanifest.
manifestFilename: 'manifest.json',
includeAssets: ['favicon.png', 'pwa-icon-192.png', 'pwa-icon-512.png'],
manifest: {
name: 'Wordup',
Expand Down