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",
"description": "Extension created for Fiverr selers which allow to securely share client communication with your colleagues.",
"version": "1.0.0",
"manifest_version": 3,
"name": "Fiverr Chats",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_icon": "icon-32.png"
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"storage",
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.fiverr.com\/inbox",
"https:\/\/www.fiverr.com\/inbox\/*"
],
"js": [
"contentScript.bundle.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
}