Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"name": "__MSG_EXTENSION_NAME__",
"description": "__MSG_EXTENSION_DESCRIPTION__",
"version": "2.0.1",
"manifest_version": 3,
"default_locale": "en",
"homepage_url": "https:\/\/www.aliprice.com?ext_id=90001&channel=chrome&platform=copy_search_keywords&version=2.0.1&browser=chrome&mv=3",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "assets\/js\/background.js"
},
"content_scripts": [
{
"js": [
"assets\/js\/chunk-vendors.js",
"assets\/js\/content-script.js"
],
"css": [
"assets\/css\/content-script.css"
],
"matches": [
"<all_urls>"
],
"all_frames": true
}
],
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png"
}
},
"permissions": [
"alarms",
"cookies",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/*"
]
}
]
}