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,
"default_locale": "zh_CN",
"name": "__MSG_extensionName__",
"version": "0.2.0",
"description": "__MSG_extensionDescription__",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage"
],
"options_page": "options\/index.html",
"background": {
"service_worker": "background.iife.js",
"type": "module"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": "typral-logo-400.png"
},
"icons": {
"128": "typral-logo-800.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"content\/index.iife.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"content-ui\/index.iife.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"typral-logo-*.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}