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": "Tagtrail: Etsy Search Analytics Tool",
"description": "Download Etsy search analytics from shop manager.",
"version": "1.0.0",
"action": {
"default_icon": "logo48.png",
"default_popup": "popup.html",
"default_title": "Tagtrail: Etsy Search Analytics Tool "
},
"background": {
"service_worker": "src\/background.js"
},
"icons": {
"16": "logo48.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"storage",
"webRequest"
],
"host_permissions": [
"*:\/\/etsy.com\/*",
"*:\/\/*.etsy.com\/*"
]
}