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": "MetaPeek", "version": "1.0.0", "description": "SEO and meta tag inspector with social previews, structured data validation, and Excel reports. For developers and SEO specialists.", "author": "Refact.co", "homepage_url": "https:\/\/refact.co\/toolkit\/", "minimum_chrome_version": "88", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "permissions": [ "activeTab", "scripting", "storage", "notifications" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/*", "lib\/*", "fullpage.html", "styles.css", "popup.js" ], "matches": [ "<all_urls>" ] } ], "offline_enabled": true }