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": "__MSG_title__",
"description": "__MSG_description__",
"default_locale": "en",
"short_name": "SeoStack",
"version": "1.2.1",
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*.google.com\/*",
"*:\/\/*.duckduckgo.com\/*",
"*:\/\/*.bing.com\/*",
"*:\/\/*.pinterest.com\/*",
"*:\/\/*.yahoo.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.cn\/*",
"*:\/\/*.ebaystatic.com\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.sellercenter.io\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"vendor.js",
"\/content\/content.js"
],
"css": [
"\/content\/content.css"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": "icon.png"
},
"icons": {
"128": "icon.png"
},
"web_accessible_resources": [
{
"resources": [
"\/assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}