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_extName__",
"author": "Atticus",
"version": "2.4.1.9",
"homepage_url": "https:\/\/chromewebstore.google.com\/detail\/oagkdogcicibjmlecogailenimdeidll",
"description": "__MSG_extDescription__",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn6vXbSjpU2cNS+LfM0ta3zJA\/P29cwM3TLf5BoDhNgl4k\/11Ya1ZCkgCU3NTvEQiESSg\/tkypYT4eBEJbCJZvwmDbVluKdoRsGtnZkcxbQ7v6Qa4o6IBoXrecE\/SXeKKgg+Fo8KpRkOpYZRWVsSkX7\/bWU\/cfsOgM6XdR5CRLoRr1MjXe6TCS8xGvx5BVvuCbZs4tuflm+i8K\/cxXZSm\/SmqyRm+a5AEhfVG5U0EBqGNJENhxui7bqIjllPgY7B9ClQ61CdN2kxvE3eplGDGe4McAUDBYJL+jTKPZ3g9NEQoj8VfsyZ8Illgczf3nDmnUKP1bUd+mWZfvI\/j5iZKwwIDAQAB",
"action": {
"default_title": "__MSG_extName__",
"default_popup": "index.html",
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"commands": {
"_execute_action": {
"description": "__MSG_extName__",
"suggested_key": {
"chromeos": "Ctrl+M",
"linux": "Ctrl+M",
"mac": "Command+M",
"windows": "Ctrl+M"
}
}
},
"permissions": [
"alarms",
"notifications",
"storage"
],
"background": {
"service_worker": "js\/service_worker.js",
"type": "module"
},
"host_permissions": [
"https:\/\/*.eastmoney.com\/*",
"https:\/\/*.xuangubao.cn\/*",
"https:\/\/xstock.skillol.com\/*"
],
"content_security_policy": {
"extensions_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"default_locale": "zh_CN"
}