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",
"name": "Smart Fiverr: Improve your fiverr seller account",
"description": "Take your fiverr seller account to next level and improve your fiverr account. Increase sales and buyer satisfaction",
"manifest_version": 3,
"version": "2.2.8",
"background": {
"service_worker": ".\/background\/background.js"
},
"action": {
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
".\/contents\/timer.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/www.fiverr.com\/*"
],
"js": [
".\/contents\/content.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/app.smartfiverr.com\/*"
],
"js": [
".\/contents\/events.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"*:\/\/www.fiverr.com\/*"
],
"permissions": [
"scripting",
"storage",
"alarms",
"background"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
}