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,
"version": "1.0.4",
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_desc__",
"action": {
"default_icon": "icons\/icon_128.png",
"default_title": "How to use",
"default_popup": "popup\/popup.html"
},
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"author": "...",
"background": {
"service_worker": "dist\/background.js",
"script": [
"js\/jquery.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"my-styles.css",
"icons\/iconfont\/iconfont.css"
],
"js": [
"js\/jquery.js",
"dist\/common.js",
"js\/content-script.js"
],
"run_at": "document_start"
},
{
"js": [
"dist\/kodepayContent.js"
],
"matches": [
"https:\/\/kodepay.io\/*",
"https:\/\/fronted.kodepay.io\/*"
],
"run_at": "document_start"
}
],
"host_permissions": [
"https:\/\/aiapi.vip.easyisgood.cn\/*"
],
"permissions": [
"tabs",
"storage",
"downloads"
],
"optional_permissions": [],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"popup\/popup.html",
"popup\/popup.js",
"pay\/*",
"icons\/*",
"js\/myApi.js",
"js\/jquery.js",
"dist\/*"
]
}
],
"options_page": "options.html",
"options_ui": {
"page": "options.html"
}
}