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": "Adigy Sync",
"author": "Adigy Team",
"version": "1.0.20",
"description": "Sync KDP royalties data to Adigy",
"permissions": [
"alarms",
"notifications",
"storage",
"declarativeNetRequest",
"tabs",
"scripting"
],
"content_scripts": [
{
"js": [
"assets\/content.js-BqneA5zQ.js"
],
"matches": [
"https:\/\/app.adigy.ai\/*",
"http:\/\/localhost:5173\/*"
],
"run_at": "document_end"
},
{
"js": [
"assets\/content.kdp.js-CgX_Hkri.js"
],
"matches": [
"https:\/\/kdpreports.amazon.com\/*"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "popup.adigy.html",
"default_icon": "images\/icon.adigy-48.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"css\/popup.adigy.css",
"css\/custom.css"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/localhost:5173\/*",
"https:\/\/app.adigy.ai\/*"
],
"resources": [
"assets\/content.js-BqneA5zQ.js",
"assets\/content.js-BqneA5zQ.js.map"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/kdpreports.amazon.com\/*"
],
"resources": [
"assets\/content.kdp.js-CgX_Hkri.js",
"assets\/content.kdp.js-CgX_Hkri.js.map"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.s3.amazonaws.com\/*",
"https:\/\/core.adigy.ai\/*",
"http:\/\/localhost:5173\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "1",
"enabled": true,
"path": "rules.json"
}
]
},
"icons": {
"16": "images\/icon.adigy-16.png",
"32": "images\/icon.adigy-32.png",
"48": "images\/icon.adigy-48.png",
"128": "images\/icon.adigy-128.png"
}
}