Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": "icons\/icon16.png",
"default_popup": "popup\/popup.html",
"default_title": "My Extension"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"matches": [
"*:\/\/*.wayfair.com\/*"
]
}
],
"description": "__MSG_app_description__",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"name": "__MSG_app_name__",
"permissions": [
"tabs",
"windows",
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.5",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"comment\/comment.js",
"comment\/comment.js",
"comment\/comment.css"
]
}
],
"default_locale": "zh_CN",
"author": "wayfair_ping_lun_001"
}