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": "Fairu - Digital Asset Management",
"description": "Detect and manage Fairu assets on websites",
"version": "1.1.2",
"icons": {
"16": "assets\/icon-16.png",
"32": "icon\/32.png",
"48": "assets\/icon-48.png",
"96": "icon\/96.png",
"128": "assets\/icon-128.png"
},
"permissions": [
"sidePanel",
"webRequest",
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "Fairu - Image Analyzer",
"default_icon": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"js": [
"content-scripts\/content.js"
]
}
]
}