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 Score Master",
"version": "1.0",
"description": "Boost your website's visibility with instant SEO analysis and optimization suggestions.",
"icons": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_icon": {
"16": "icons\/icon_16.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"default_title": "SEO Checker"
},
"background": {
"service_worker": "background.js"
}
}