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 Chirp",
"version": "1.3.5",
"description": "Reply to Fiverr buyers professionaly with the click of a button.",
"action": {
"default_popup": "public\/popup.html"
},
"background": {
"service_worker": "dist\/background.bundle.js"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "icons\/logo512.png",
"48": "icons\/logo512.png",
"128": "icons\/logo512.png"
},
"web_accessible_resources": [
{
"resources": [
"dist\/contentScript.bundle.js"
],
"matches": [
"<all_urls>"
]
}
]
}