Microsoft Store Last Update

Microsoft Store Last Update

Get Microsoft Store App last update time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "js/jquery-3.4.1.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.microsoft.com/*"
      ],
      "js": [
        "js/jquery-3.4.1.min.js",
        "js/content_helper.js"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Display Microsoft Store App last update time.",
  "manifest_version": 2,
  "icons": {
    "32": "img/[email protected]",
    "48": "img/[email protected]",
    "96": "img/[email protected]",
    "128": "img/[email protected]"
  },
  "name": "MS Store Last Update",
  "permissions": [
    "storage",
    "https://*.microsoft.com/"
  ],
  "version": "1.2.0"
}