Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hire React Developer",
"version": "1.1.24",
"description": "Assistant to analyze projects, find React developers, and build with React.js for Chrome",
"permissions": [
"tabs",
"storage",
"sidePanel"
],
"background": {
"service_worker": "service-worker.js"
},
"icons": {
"128": "images\/icon.png"
},
"side_panel": {
"default_path": "index.html"
},
"action": {
"default_title": "Click to open panel"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-styles\/upstaff-ext-content.css"
],
"matches": [
"<all_urls>"
]
}
]
}