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": "Fiverr Seller Assistant",
"version": "2.0.8",
"description": "Fiverr Seller Assistant - Rank your Fiverr Gig with daily Gig favorites, clicks and impressions",
"short_name": "FSA",
"host_permissions": [
"*:\/\/www.fiverr.com\/*",
"https:\/\/fiverrpromotion.net\/*"
],
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.fiverr.com\/*",
"https:\/\/fiverrpromotion.net\/*"
],
"js": [
"assets\/jquery-3.5.1.min.js",
"logic.js"
],
"css": [
"style.css"
]
}
],
"action": {
"default_title": "Fiverr Seller Assistant",
"default_popup": "popup.html",
"default_icon": {
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"images\/001-checkout.png",
"images\/002-shopping-bag.png",
"images\/001-clock.png",
"images\/002-placeholder.png",
"images\/003-heart.png",
"images\/001-alarm.png",
"images\/notification.png",
"images\/notification-tone.mp3",
"images\/favicon-32x32.png",
"images\/001-ranking.png",
"images\/002-promotion-1.png",
"images\/003-promotion.png",
"images\/tip-icon.png",
"images\/gig-ranking.png"
],
"matches": [
"*:\/\/www.fiverr.com\/*"
]
}
]
}