D365: Dynamics 365 & Power Platform updates

D365: Dynamics 365 & Power Platform updates

Stay updated with Microsoft Dynamics 365 and Power Platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "D365: Dynamics 365 & Power Platform updates",
  "description": "Stay updated with Microsoft Dynamics 365 and Power Platform",
  "version": "1.5",
  "manifest_version": 3,
  "author": "@d365hub",
  "homepage_url": "https://d365hub.com",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/d_16.png",
      "32": "/images/d_32.png",
      "48": "/images/d_48.png",
      "128": "/images/d_128.png"
    }
  },
  "icons": {
    "16": "/images/d_16.png",
    "32": "/images/d_32.png",
    "48": "/images/d_48.png",
    "128": "/images/d_128.png"
  }
}