Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.6", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "homepage_url": "https:\/\/vk.com\/audio?section=all", "default_locale": "en", "background": { "service_worker": "js\/bg.js" }, "permissions": [ "storage", "contextMenus" ], "content_scripts": [ { "css": [ "css\/popup.css", "css\/shareModal.css" ], "js": [ "js\/inject.js", "libs\/jquery.js", "libs\/shareModal.js" ], "matches": [ "https:\/\/vk.com\/*" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/audioPopup.css" ], "js": [ "js\/audioPopup.js" ], "all_frames": true, "run_at": "document_start" } ], "icons": { "128": "img\/logo.png" }, "web_accessible_resources": [ { "resources": [ "*", "css\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/*" ] }