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": "Castly",
"version": "1.0.0",
"description": "Enhanced analytics and beautiful dashboard for Etsy sellers \u2014 Upgrade to Castly Pro for all features",
"permissions": [
"storage",
"activeTab",
"notifications",
"alarms",
"contextMenus",
"offscreen",
"scripting",
"webNavigation",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/www.etsy.com\/*",
"https:\/\/vk1ng.com\/*",
"https:\/\/api.polar.sh\/*",
"https:\/\/gist.githubusercontent.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "strip_frame_headers",
"enabled": true,
"path": "rules\/strip-frame-headers.json"
}
]
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.etsy.com\/your\/shops\/me\/dashboard*",
"https:\/\/www.etsy.com\/your\/shops\/*\/dashboard*"
],
"js": [
"lib\/chart.min.js",
"content\/content.js"
],
"css": [
"content\/styles.css"
],
"run_at": "document_idle",
"all_frames": false
},
{
"matches": [
"https:\/\/www.etsy.com\/*"
],
"js": [
"content\/dashboard-watcher.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"https:\/\/www.etsy.com\/your\/*"
],
"js": [
"content\/dashboard-iframe.js"
],
"run_at": "document_idle",
"all_frames": false
},
{
"matches": [
"https:\/\/www.etsy.com\/your\/shops\/me\/dashboard*",
"https:\/\/www.etsy.com\/your\/shops\/*\/dashboard*"
],
"js": [
"content\/dashboard-frame-scraper.js"
],
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"https:\/\/www.etsy.com\/your\/shops\/me\/dashboard\/activity*",
"https:\/\/www.etsy.com\/your\/shops\/*\/dashboard\/activity*"
],
"js": [
"content\/activity-frame-scraper.js"
],
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"https:\/\/www.etsy.com\/your\/orders\/sold*"
],
"js": [
"content\/orders-frame-scraper.js"
],
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"https:\/\/www.etsy.com\/your\/shops\/me\/advertising*",
"https:\/\/www.etsy.com\/your\/shops\/*\/advertising*"
],
"js": [
"content\/ads-frame-scraper.js"
],
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"https:\/\/www.etsy.com\/your\/shops\/me\/stats*",
"https:\/\/www.etsy.com\/your\/shops\/*\/stats*"
],
"js": [
"content\/stats-reader.js"
],
"world": "MAIN",
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"https:\/\/www.etsy.com\/your\/shops\/me\/stats*",
"https:\/\/www.etsy.com\/your\/shops\/*\/stats*"
],
"js": [
"content\/stats-bridge.js"
],
"run_at": "document_idle",
"all_frames": true
},
{
"matches": [
"https:\/\/www.etsy.com\/search*",
"https:\/\/www.etsy.com\/c\/*",
"https:\/\/www.etsy.com\/market\/*",
"https:\/\/www.etsy.com\/shop\/*",
"https:\/\/www.etsy.com\/listing\/*",
"https:\/\/www.etsy.com\/people\/*"
],
"js": [
"content\/listing-spy.js"
],
"css": [
"content\/listing-spy.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/www.etsy.com\/listing\/*",
"https:\/\/www.etsy.com\/search*",
"https:\/\/www.etsy.com\/c\/*",
"https:\/\/www.etsy.com\/market\/*",
"https:\/\/www.etsy.com\/shop\/*"
],
"js": [
"content\/save-shop.js"
],
"css": [
"content\/save-shop.css"
],
"run_at": "document_idle"
}
],
"background": {
"service_worker": "background\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"lib\/*",
"icons\/*",
"sounds\/*"
],
"matches": [
"<all_urls>"
]
}
]
}