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,
"version": "2.2.4",
"name": "Steps Recorder by Flonnect",
"description": "Capture step-by-step guide and convert it to PDF with steps recorder extension.",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"react-app-holder.js"
],
"css": [
"content.css"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"action": {
"default_popup": "index.html",
"default_title": "Flonnect-Capture",
"default_icon": "Icons\/Icon32.png"
},
"icons": {
"16": "Icons\/Icon16.png",
"32": "Icons\/Icon32.png",
"48": "Icons\/Icon48.png",
"64": "Icons\/Icon64.png",
"128": "Icons\/Icon128.png",
"2000": "Icons\/Icon2000.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"scripting",
"sidePanel"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/flonnect.com\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"Images\/*",
"contentImages\/*"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"<all_urls>"
]
}