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": "Domain Authority, Traffic, Keywords & Technical Analysis- Semantic Pen",
"version": "3.0",
"description": "Analyze Domain Authority, Traffic, Keywords, Web Vitals, Meta Tags & Technical SEO with Semantic Pen's comprehensive toolkit",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/variousapi.pushkarsingh32.workers.dev\/*",
"https:\/\/api.semanticpen.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png"
}
},
"icons": {
"16": "icon16.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"metrics\/domain-authority\/api.js",
"metrics\/domain-age\/api.js",
"content.js"
],
"type": "module"
}
]
}