Skip to content

Commit

Permalink
Merge pull request #32 from dominictayloruk/main
Browse files Browse the repository at this point in the history
Add Chatwoot & OneAll, and update Umami & Prestashop
  • Loading branch information
berrysauce authored Feb 12, 2024
2 parents 0b2dde3 + 79a2ad6 commit 751000b
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 5 deletions.
Binary file added icons/chatwoot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/oneall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions ingredients/analytics/umami.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"tag": "script",
"attribute": "src",
"value": "analytics.umami.is/*.js"
},
{
"tag": "script",
"attribute": null,
"value": "data-umami-event-*"
}
],
"headers": []
Expand Down
15 changes: 15 additions & 0 deletions ingredients/auth/oneall.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "OneAll",
"description": "OneAll is a social login solution enables your users to sign into their accounts on your website or mobile app using their login details from networking sites.",
"icon": "/icon/oneall.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": "src",
"value": "/oneallsociallogin.js"
}
],
"headers": []
}
}
5 changes: 5 additions & 0 deletions ingredients/ecommerce/prestashop.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"tag": "meta",
"attribute": "generator",
"value": "PrestaShop"
},
{
"tag": "script",
"attribute": "src",
"value": "/ps_shoppingcart/ps_shoppingcart.js"
}
],
"headers": [
Expand Down
20 changes: 20 additions & 0 deletions ingredients/other/chatwoot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Chatwoot",
"description": "Chatwoot gives you all the tools to manage conversations, build relationships and delight your customers from one place.",
"icon": "/icon/chatwoot.png",
"checks": {
"tags": [
{
"tag": "script",
"attribute": null,
"value": "window.chatwootSDK"
},
{
"tag": "div",
"attribute": "id",
"value": "woot-widget*"
}
],
"headers": []
}
}
4 changes: 2 additions & 2 deletions pages/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>Ingredients API</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css" />
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=inter:100,200,300,400,500,600,700,800,900|inter-tight:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|plus-jakarta-sans:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i" rel="stylesheet">
</head>
Expand Down Expand Up @@ -42,6 +42,6 @@ <h1 class="display-4 text-center" style="font-family: 'Inter Tight', sans-serif;
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions ui/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<link rel="icon" type="image/png" sizes="152x152" href="/assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="144x144" href="/assets/img/favicons/android-chrome-144x144.png">
<link rel="icon" type="image/png" sizes="270x270" href="/assets/img/favicons/mstile-150x150.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css">
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=inter:100,200,300,400,500,600,700,800,900|inter-tight:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|plus-jakarta-sans:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i" rel="stylesheet" />
<link rel="stylesheet" href="/assets/css/styles.css">
Expand All @@ -41,8 +41,8 @@
<body data-sveltekit-preload-data="hover" style="font-family: Inter, sans-serif; font-display: swap;"></body>
<div style="display: contents">%sveltekit.body%</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "d072e46b3f6f49dbabb5c17e93365291"}'></script>
<!-- End Cloudflare Web Analytics -->
Expand Down

0 comments on commit 751000b

Please sign in to comment.