๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% assign full_url = request.host | append: request.path %} | |
<div style="position: fixed; bottom: 0; right: 0"> | |
{% comment %} {{ "thumbs-up.png" | asset_url | img_tag }} {% endcomment %} | |
<img width="150" height="150" src="https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl={{ full_url }}" alt=""/> | |
</div> | |
{% schema %} | |
{ | |
"name": "App Embed", | |
"target": "body", | |
"settings": [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "faq-laravel", | |
"private": true, | |
"license": "UNLICENSED", | |
"scripts": { | |
"shopify": "shopify", | |
"build": "shopify app build", | |
"dev": "shopify app dev", | |
"info": "shopify app info", | |
"scaffold": "shopify app generate extension", |