Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Globemallow",
"description": "Get a sustainability grade calculated for visited websites, and see estimations of the amount of energy & CO2 produced on page load.",
"version": "1.0.0",
"manifest_version": 3,
"options_page": "options.html",
"devtools_page": "devtools.html",
"background": {
"service_worker": "background.bundle.js"
},
"icons": {
"16": "assets\/16.png",
"32": "assets\/48.png",
"64": "assets\/48.png",
"128": "assets\/128.png"
},
"permissions": [
"storage",
"activeTab",
"debugger"
],
"action": {
"default_popup": "popup.html",
"default_title": "Globemallow",
"default_icon": {
"16": "assets\/16.png",
"32": "assets\/48.png",
"64": "assets\/48.png",
"128": "assets\/128.png"
}
}
}