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": "Keyword Discovery SEO tool",
"version": "1.7",
"manifest_version": 3,
"description": "Keyword Discovery SEO tool",
"icons": {
"16": "icons\/icon128.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"512": "icons\/icon128.png"
},
"action": {
"default_title": "Click to show an dialog window"
},
"permissions": [
"activeTab",
"alarms",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "dist\/worker.bundle.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css\/content.css"
],
"js": [
"dist\/content.bundle.js",
"content.js",
"content1.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"options_page": "pages\/panel.html"
}