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_name__",
"version": "1.1.3",
"default_locale": "en",
"description": "__MSG_description__",
"action": {
"default_icon": "assets\/icons\/icon128.png"
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"background": {
"service_worker": "assets\/js\/background.js",
"type": "module"
},
"content_scripts": [
{
"css": [
"assets\/css\/style.css"
],
"js": [
"assets\/js\/loader.js"
],
"matches": [
"*:\/\/xiaohongshu.com\/*",
"*:\/\/www.xiaohongshu.com\/*"
],
"run_at": "document_start"
}
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*"
],
"matches": [
"<all_urls>"
]
}
]
}