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",
"name": "Website SEO Checking Tool",
"description": "Optimize your site with SEO checks: meta tags, images, indexation, links, URLs, headings, security, domains, 404s, and socials.",
"version": "1.0",
"manifest_version": 3,
"action": {
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "service-worker.js"
},
"icons": {
"16": "\/common\/logos\/seo-plugin-logo.png",
"32": "\/common\/logos\/seo-plugin-logo.png",
"48": "\/common\/logos\/seo-plugin-logo.png",
"128": "\/common\/logos\/seo-plugin-logo.png"
},
"web_accessible_resources": [
{
"resources": [
"\/seo\/outputJSON\/*",
"\/seo\/icons\/*",
"\/common\/logos\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"all_frames": false,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"\/common\/js\/webopt-loaders.js",
"\/common\/js\/common.js",
"\/common\/js\/fetchApis.js",
"\/seo\/js\/seo-scrapper.js",
"\/seo\/js\/seo-html-doms.js",
"\/seo\/js\/content.js",
"\/common\/external-libraries\/popper\/popperCore.js",
"\/common\/external-libraries\/popper\/popperDom.js",
"\/common\/external-libraries\/diff\/diff.js",
"\/common\/external-libraries\/tldts\/tldts.js"
],
"css": [
"\/common\/css\/style.css",
"\/common\/css\/webopt-loaders.css",
"\/seo\/css\/webopt-modal.css",
"\/seo\/css\/hotspot-style.css",
"\/seo\/css\/seo-tooltip-style.css"
],
"run_at": "document_end"
}
],
"host_permissions": [
"<all_urls>",
"*:\/\/*\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage"
]
}