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 Workspace Pro",
"description": "Simplifies freelancing on Fiverr and Upwork with quick access to your earnings, gigs, messages, and notifications.",
"version": "1.0.3",
"changelog": {
"1.0.3": [
"Fixed floating overlay toggle functionality to properly disable\/enable the overlay",
"Modified code to completely remove the overlay from the DOM when disabled",
"Added background checks to ensure overlay stays disabled across tab updates",
"Fixed overlay click functionality to properly expand\/collapse the sidebar",
"Improved boolean handling for user preferences",
"Removed version number from sidepanel footer"
]
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"storage",
"activeTab",
"sidePanel",
"declarativeNetRequest",
"identity"
],
"host_permissions": [
"https:\/\/www.fiverr.com\/*",
"https:\/\/www.upwork.com\/*",
"https:\/\/script.google.com\/macros\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/chrome.google.com\/*"
],
"js": [
"sidebar-feature\/content-scripts\/overlay.js"
],
"css": [
"sidebar-feature\/content-scripts\/overlay.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"popup.html",
"sidebar-feature\/panel\/sidebar.html",
"sidebar-feature\/panel\/sidebar.css",
"membership\/membership.css",
"popup.js",
"membership\/membership.js",
"icons\/*.png",
"*.css"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": false,
"path": "rules.json"
}
]
}
}