Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.7.9",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "SEO | ASO | Search Ranking & Keyword Tool",
"default_popup": "popup.html",
"default_icon": "icons\/icon_16.png"
},
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/search*",
"https:\/\/play.google.com\/store\/*",
"https:\/\/www.google.co.in\/search*",
"https:\/\/www.google.co.uk\/search*",
"https:\/\/www.google.fr\/search*",
"https:\/\/www.google.de\/search*",
"https:\/\/www.google.com.au\/search*",
"https:\/\/www.google.co.nz\/search*",
"<all_urls>"
],
"css": [
"content.css"
],
"run_at": "document_idle",
"js": [
"contentScript.js"
]
}
]
}