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",
"description": "Capture every detail in breathtaking 4K. Effortless screen capturing and recording.",
"version": "1.0.0",
"manifest_version": 3,
"name": "CaptureIt",
"author": "@pankzagrwal",
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"48": "icons\/icon.png",
"64": "icons\/icon.png",
"128": "icons\/icon.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"desktopCapture"
]
}