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": "Sync customer",
"version": "1.25.11.28",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/microclickapi.azurewebsites.net\/sync-user",
"https:\/\/localhost\/*",
"http:\/\/localhost\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"16": "\/icon.png",
"48": "\/icon.png",
"128": "\/icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/localhost\/*",
"http:\/\/localhost\/*",
"https:\/\/www.cashadvance.cloud\/*"
],
"js": [
"bridge.js"
],
"run_at": "document_start"
}
]
}