Examine source code of 柠祥饰品-采购助理

Inspect and view changes in 柠祥饰品-采购助理 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
{
  "background": {
    "scripts": [
      "common/dexie/dexie.3.0.1.min.js",
      "background/database.js",
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [],
      "js": [
        "common/jquery-3.4.1.min.js",
        "common/dexie/dexie.3.0.1.min.js",
        "common/layer/layer.js",
        "common/helper.js"
      ],
      "matches": [
        "*://*.1688.com/*"
      ]
    },
    {
      "css": [
        "common/font-awesome-4.7.0/css/font-awesome.css",
        "offer/detail/index.css"
      ],
      "js": [
        "common/jszip.js",
        "common/jszip-utils.js",
        "common/FileSaver.js",
        "offer/detail/index.js",
        "offer/detail/purchase.js"
      ],
      "matches": [
        "*://detail.1688.com/offer/*"
      ]
    }
  ],
  "default_locale": "zh_CN",
  "description": "阿里巴巴中文站(1688.com)采购流程优化",
  "icons": {
    "16": "icons/ext-icon-16.png",
    "32": "icons/ext-icon-32.png",
    "48": "icons/ext-icon-48.png",
    "64": "icons/ext-icon-64.png",
    "128": "icons/ext-icon-128.png"
  },
  "manifest_version": 2,
  "name": "柠祥饰品-采购助理",
  "permissions": [
    "storage",
    "*://*.alicdn.com/*",
    "*://detail.1688.com/offer/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.4",
  "web_accessible_resources": [
    "*.otf",
    "*.eot",
    "*.svg",
    "*.ttf",
    "*.woff2",
    "*.woff",
    "*.png",
    "*.js",
    "*.css"
  ]
}