Dynamics CRM Rename downloads

Dynamics CRM Rename downloads

Remove single quotes from file name (related to issue with chrome 72)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dynamics CRM Rename downloads",
  "description": "Remove single quotes from file name (related to issue with chrome 72)",
  "version": "0.1",
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  },
  "permissions": [
    "downloads"
  ],
  "content_security_policy": "script-src 'self'; default-src 'self'",
  "page_action": {
    "default_icon": {
      "16": "images/pen16.png",
      "32": "images/pen32.png",
      "48": "images/pen48.png",
      "128": "images/pen128.png"
    }
  },
  "manifest_version": 2
}