DSers - WooCommerce store connection helper

DSers - WooCommerce store connection helper

To solve the problem on the connection between DSers and WooCommerce.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "To solve the problem on the connection between DSers and WooCommerce.",
  "version": "0.0.2",
  "name": "DSers - WooCommerce store connection helper",
  "homepage_url": "https://www.dsers.com",
  "icons": {
    "16": "assets/icons/16x16.png",
    "48": "assets/icons/48x48.png",
    "128": "assets/icons/128x128.png"
  },
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2,
  "permissions": [
    "*://*/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "*://*.dsers.com/*",
      "*://localhost/*"
    ]
  }
}