FoodLama - Smart Food Shopping

Easy shopping for diets, allergies, and nutrition goals.

What is FoodLama - Smart Food Shopping?

FoodLama - Smart Food Shopping is a Chrome extension developed by https://heyfoodlama.com, and its main feature is "Easy shopping for diets, allergies, and nutrition goals.".

Extension Screenshots

screenshot
screenshot
screenshot

Download FoodLama - Smart Food Shopping Extension CRX File

Download FoodLama - Smart Food Shopping extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Navigate food shopping with ease using FoodLama, your digital assistant for personalised food choices. Whether you're tackling diet goals, managing food allergies, or aiming for better nutrition, FoodLama is your smart companion. Link your grocery accounts for a seamless experience, get product recommendations tailored to your preferences, and discover new foods that suit your unique profile.

SHOP WITH A PERSONALISED FOOD PROFILE
Set custom food profiles, adjust preferences for multiple individuals and leave the rest to us.

DISCOVER NEW PRODUCTS AND ALTERNATIVES
Find food recommendations and be safely guided to the food that fits your lifestyle anywhere you shop.

SAVE TIME AND ENJOY CAREFREE SHOPPING
No more reading long and complicated food labels. We do the hard work for you.

HOW TO DISCOVER THE FOOD FOR YOU
1.) Add FoodLama with a single click
Add our browser extension for free and you’ll be ready to go in one click

2.) Organise preferences
Set and toggle food choices for an individual or a group.

3.) Discover the Food For You
Now you’re all set to explore a new world of food with Clickerance

HOW IT WORKS 

- After installing, pin the extension to your tab by clicking "Extensions" in the top right of your browser

- Click the pinned FoodLama icon in your browser tab and follow the instructions.

- You'll see the FoodLama icon at the extreme right of your grocer page, click to begin setting your preferences.

- Set your personal preferences. You can set food preferences for an individual or a group of people. Preferences can be set as: 
   - Allergens to avoid
   - Intolerances to avoid
   - Lifestyle dietary options

- See at a glance products that are better suited to you: a simple traffic light colour code helps you know when everyone, some, and no one can have a food product.                    

Extension Basic Information

Name FoodLama - Smart Food Shopping FoodLama - Smart Food Shopping
ID nchihklmcddhbbgbkkopfgblejahnnpo
Official URL https://chromewebstore.google.com/detail/foodlama-smart-food-shopp/nchihklmcddhbbgbkkopfgblejahnnpo
Description Easy shopping for diets, allergies, and nutrition goals.
File Size 1.13 MB
Installation Count 203
Current Version 0.2.3
Last Updated 2024-01-22
Publish Date 2022-03-31
Rating 5.00/5 Total 9 Ratings
Developer https://heyfoodlama.com
Email [email protected]
Payment Type free
Extension Website https://www.heyfoodlama.com/
Privacy Policy Page URL https://heyfoodlama.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FoodLama - Smart Food Shopping",
    "short_name": "FoodLama",
    "description": "Easy shopping for diets, allergies, and nutrition goals.",
    "version": "0.2.3",
    "icons": {
        "16": "assets\/favicon-16x16.png",
        "32": "assets\/favicon-32x32.png",
        "48": "assets\/favicon-48x48.png",
        "64": "assets\/favicon-64x64.png",
        "128": "assets\/favicon-128x128.png",
        "256": "assets\/favicon-256x256.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/favicon-16x16.png",
            "32": "assets\/favicon-32x32.png",
            "48": "assets\/favicon-48x48.png",
            "64": "assets\/favicon-64x64.png",
            "128": "assets\/favicon-128x128.png",
            "256": "assets\/favicon-256x256.png"
        },
        "default_title": "FoodLama",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": ".\/background-scripts\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/main.js"
            ]
        },
        {
            "matches": [
                "http:\/\/localhost:5555\/*",
                "https:\/\/foodlama-landing.vercel.app\/*"
            ],
            "js": [
                "content-scripts\/script-for-landing.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/foodlama-logo.png",
                "assets\/foodlama-logo-with-full-ears.svg",
                "assets\/icons\/installation-arrow.svg",
                "assets\/icons\/close.svg",
                "assets\/fonts\/TT-Interphases-DemiBold.ttf",
                "assets\/fonts\/TT-Interphases-Italic.ttf",
                "assets\/fonts\/TT-Interphases-Light.ttf",
                "assets\/fonts\/TT-Interphases-Regular.ttf",
                "assets\/images\/crossed-grain-orange.svg",
                "assets\/images\/sponsored-product-1.png",
                "assets\/images\/crossed-grain-blue.svg",
                "assets\/images\/crossed-grain-orange.svg",
                "assets\/images\/crossed-grain-icon.svg",
                "assets\/images\/cuk-white.svg",
                "assets\/images\/bolt-2.svg"
            ],
            "matches": [
                "*:\/\/*.asda.com\/*",
                "*:\/\/*.tesco.com\/*",
                "*:\/\/*.sainsburys.co.uk\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.waitrose.com\/*",
                "*:\/\/*.ocado.com\/*",
                "*:\/\/*.morrisons.com\/*",
                "https:\/\/heyfoodlama.com\/*"
            ]
        }
    ]
}