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",
"manifest_version": 3,
"name": "People and Planet First Extension",
"description": "Find People and Planet First verified businesses.",
"version": "1.0.2",
"author": "KindBuys",
"oauth2": {
"client_id": "286347837238-pam53l89jemo7d0257j1da7cvqfvqb4u.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApJYINEUkmGzv80bQ9ZDHIZ3v4IfhJ1R8Lnngy3bDSUwtSQIO2I1fiSLavOSObQA9OeG5WSs9855qSzZ7AIKkRNQs7nx4Yjaj20IqdhpBP7cH+CLgYT8mz1zmGuMxcAnOULhP4tlAnU7B\/VwMBUf1J9FPorB+9UIwbtG7YS5JyIrcO+t6VE94ZMrr\/FixB2TlyEd8+i96kEphgE6ZTIDpLhSLEvM03wTRG+OMORSNaiXC2YdX6dwP\/uuR9AU4otv5p4qEmJERdMNNsW749M0PT19vYVvgNF8nI1sIHZfgLsU9sIrVS34KeVDqU7xmYGCgyuN9yfqRBr0tjBtzmkr6pQIDAQAB",
"web_accessible_resources": [
{
"resources": [
"tag.png",
"ppfHandle.png",
"kbLogo.png",
"greyHeartIcon.png",
"logo.png",
"menuDots.png"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "People and Planet First Extension",
"default_icon": "greyTag.png",
"default_popup": "popup.html"
},
"icons": {
"16": "tag.png",
"48": "tag.png",
"128": "tag.png"
},
"background": {
"service_worker": "background.js",
"persistant": true
},
"externally_connectable": {
"matches": [
"https:\/\/*.kindbuys.com\/*"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css_file.css"
],
"js": [
"vendor\/jquery-3.4.1.min.js",
"content-script.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"tabs",
"cookies"
],
"host_permissions": [
"<all_urls>",
"*:\/\/*.kindbuys.com\/"
]
}