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": "Hreflang Checker - cmlabs SEO Tools",
"description": "Hreflang Checker helps you identify hreflang tags automatically and determine the target language or region of a website.",
"version": "1.0.1",
"action": {
"default_popup": "views\/index\/index.html"
},
"icons": {
"16": "assets\/images\/icon-hreflang-checker.png",
"32": "assets\/images\/icon-hreflang-checker.png",
"48": "assets\/images\/icon-hreflang-checker.png",
"128": "assets\/images\/icon-hreflang-checker.png"
},
"background": {
"service_worker": "service_worker\/background.js",
"type": "module"
},
"permissions": [
"storage",
"tabs"
]
}