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",
"name": " Nekoninja Shopify Inspector \u2013 Shopify Inspector & Store Analyzer",
"description": "Nekoninja analyzes Shopify stores effortlessly\u2014track trends, traffic, and competitors in one extension.",
"version": "1.1.4",
"manifest_version": 3,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting",
"downloads",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"default_title": "NekoNinja"
},
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"helper\/popupInjector.js"
],
"css": [
"lib-css\/popup.css"
],
"match_about_blank": true,
"all_frames": false
}
]
}