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 META in 1 CLICK (V3)",
"version": "3.0.0",
"description": "Displays all meta data and main SEO information for the best SEO",
"icons": {
"128": "img\/icon128.png"
},
"action": {
"default_icon": "img\/icon128.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}