Zune Software Download [Window 10] Guide

Zune Software Download [Window 10] Guide

Zune Software allows to enjoy Zune Marketplace content on their PC as well as load media content to Zune capable devices

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zune Software Download [Window 10] Guide",
  "version": "2.1",
  "description": "Zune Software  allows to enjoy Zune Marketplace content on their PC as well as load media content to Zune capable devices",
  "action": {
    "default_icon": {
      "16": "images/icon16.jpg",
      "48": "images/icon48.jpg"
    },
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "images/icon16.jpg",
    "48": "images/icon48.jpg",
    "128": "images/icon128.jpg"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "js/bg.js"
  }
}