Sustained Choice

Choose eco-friendly foods, easily.

What is Sustained Choice?

Sustained Choice is a Chrome extension developed by Unimagined Limited, and its main feature is "Choose eco-friendly foods, easily.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sustained Choice Extension CRX File

Download Sustained Choice 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

                        Sustained Choice helps you see what the estimated environmental impact of your food is as you shop at Ocado, Sainsbury’s and Tesco.                    

Extension Basic Information

Name Sustained Choice Sustained Choice
ID oibegkiancklaccgdcbegappancdnfhp
Official URL https://chromewebstore.google.com/detail/sustained-choice/oibegkiancklaccgdcbegappancdnfhp
Description Choose eco-friendly foods, easily.
File Size 1.68 MB
Installation Count 179
Current Version 2022.4.25
Last Updated 2022-04-26
Publish Date 2021-09-22
Rating 5.00/5 Total 2 Ratings
Developer Unimagined Limited
Email [email protected]
Payment Type free
Extension Website https://www.sustained.com
Help Page URL https://www.sustained.com/help
Privacy Policy Page URL https://www.sustained.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sustained Choice",
    "description": "Choose eco-friendly foods, easily.",
    "manifest_version": 3,
    "permissions": [
        "background",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "sustained.js"
            ],
            "css": [
                "sustained.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "toolbar-popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png",
            "256": "icons\/256.png",
            "512": "icons\/512.png",
            "1024": "icons\/1024.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png",
        "1024": "icons\/1024.png"
    },
    "version": "2022.4.25"
}