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",
"manifest_version": 3,
"name": "KindBuys",
"description": "Your source for environmental transparency.",
"version": "5.0.0",
"author": "KindBuys",
"oauth2": {
"client_id": "286347837238-pam53l89jemo7d0257j1da7cvqfvqb4u.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoWgDECQejMJtfWDuWt7G6uu54a2COB+wOg0H6gPwwQXsffhWSJwt3Q9kBq4fEuEBgavfdHTHIExdgsj9nSC0N66XG21Hp58V7bUH1\/GAbysul6LBos6BEWs44KhNutkUrcRUNJVo0bFLTDElfGIS51iU2KMSF42fEIbMSdp+NaF9PLDEUv2DyJL7GimhWWum6deK6kozLpHIi69j+jxttvQEShDdAG+3MqgxKcoAD\/mEeAhyrnUCd1694uFEgWfYCgQj2vacZL3347ek45AbwFNSMlotG2ofUxXEDkrx5OVBn8KGjdMbQWqeig9EQ25nqe33JGIUtwD8V\/B6KUDmDwIDAQAB",
"icons": {
"16": "tag.png",
"48": "tag.png",
"128": "tag.png"
},
"web_accessible_resources": [
{
"resources": [
"tag.png",
"kbHandle.png",
"greyTag.png",
"kbLogo.png",
"greyHeartIcon.png",
"logo.png",
"menuDots.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": ".\/static\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
".\/static\/js\/content.js"
],
"run_at": "document_end",
"all_frames": false,
"match_about_blank": true
}
],
"action": {
"default_popup": "index.html"
},
"permissions": [
"cookies",
"tabs"
],
"host_permissions": [
"<all_urls>",
"*:\/\/*.kindbuys.com\/"
]
}