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": "AppVajra: Mobile App Intelligence & SDK Analyzer",
"description": "Instant mobile app analysis and intelligence. Analyze SDKs, permissions, ratings, and more directly from app store pages.",
"version": "1.0.2",
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"js": [
"assets\/Content.tsx-loader-DQE3zv0C.js"
],
"matches": [
"https:\/\/apps.apple.com\/*",
"https:\/\/play.google.com\/*"
],
"css": [
"assets\/styles-CBYGD93o.css",
"assets\/Content-Cr3iqe2B.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/apps.apple.com\/*",
"https:\/\/play.google.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/apps.apple.com\/*",
"https:\/\/play.google.com\/*"
],
"resources": [
"fonts\/fa-solid-900.woff2",
"fonts\/fa-regular-400.woff2",
"fonts\/fa-brands-400.woff2",
"fonts\/InterVar.woff2",
"images\/sdk_images\/*",
"images\/*",
"assets\/styles-frQtBbiU.js",
"assets\/Content.tsx-DtxFCFXw.js"
],
"use_dynamic_url": false
}
]
}