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": "1 Click Asset Search",
"version": "1.3.5",
"description": "Search free and paid multimedia assets such as Images, Vectors, Videos, SFXs, Models etc. across multiple sites with just 1 click.",
"permissions": [
"sidePanel",
"storage"
],
"action": [],
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
}
}