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": "Premium Keywords Wizard",
"version": "1.0",
"description": "Premium keyword research tool to extract Google keyword suggestions, top ten results and \u201cPeople also ask\u201d section.",
"permissions": [
"sidePanel",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "js\/background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"icons": {
"16": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
}
}