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": "SEO Check Pro",
"version": "1.2.0",
"description": "Comprehensive SEO analyzer with 50+ checks - meta tags, Core Web Vitals, schema markup, accessibility & more.",
"author": "Rakshan Manvaith",
"options_page": "options\/options.html",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "SEO Check Pro"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
},
"description": "Open SEO Check Pro popup"
}
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
}
}