Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.1",
"manifest_version": 3,
"name": "Verigreen - Verify Sustainably Certified Businesses",
"description": "We verify and monitor Sustainable Certificates issued to businesses so you don't have to.",
"action": {
"default_popup": "js\/index.html",
"default_title": "Verigreen Certification Checker"
},
"permissions": [
"tabs",
"storage"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "16Inactive.png",
"48": "V.png",
"128": "V.png"
}
}