├── .gitignore ├── LICENSE ├── README.md ├── Shopify-Product-Demo.gif ├── env.example ├── extension.json ├── index.html ├── package.json └── shopify-object.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suhmantha1/contentful-ui-shopify/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suhmantha1/contentful-ui-shopify/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suhmantha1/contentful-ui-shopify/HEAD/README.md -------------------------------------------------------------------------------- /Shopify-Product-Demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suhmantha1/contentful-ui-shopify/HEAD/Shopify-Product-Demo.gif -------------------------------------------------------------------------------- /env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suhmantha1/contentful-ui-shopify/HEAD/env.example -------------------------------------------------------------------------------- /extension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suhmantha1/contentful-ui-shopify/HEAD/extension.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suhmantha1/contentful-ui-shopify/HEAD/index.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suhmantha1/contentful-ui-shopify/HEAD/package.json -------------------------------------------------------------------------------- /shopify-object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/suhmantha1/contentful-ui-shopify/HEAD/shopify-object.png --------------------------------------------------------------------------------