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": "Link Analyzer - cmlabs SEO Tools",
"description": "Link Analyzer tool helps you analyze website links and conduct audits effortlessly for better site performance.",
"version": "1.0.1",
"action": {
"default_popup": "views\/index\/index.html"
},
"icons": {
"16": "assets\/images\/icon-link-analyzer.png",
"32": "assets\/images\/icon-link-analyzer.png",
"48": "assets\/images\/icon-link-analyzer.png",
"128": "assets\/images\/icon-link-analyzer.png"
},
"background": {
"service_worker": "service_worker\/background.js",
"type": "module"
},
"permissions": [
"storage",
"tabs"
]
}