Inspect and view changes in Jdy账套信息 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Jdy账套信æ¯",
"description": "å¿«æ·èŽ·å–Jdy账套信æ¯",
"version": "1.0.1",
"icons": {
"32": "icons/info-32.png",
"64": "icons/info-64.png",
"128": "icons/info-128.png"
},
"permissions": [
"cookies",
"tabs"
],
"host_permissions": [
"http://*.jdy.com/*",
"https://*.jdy.com/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*://*.jdy.com/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}