Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "3.0.1",
"icons": {
"16": "sound-boost-16.png",
"48": "sound-boost-48.png",
"128": "sound-boost-128.png"
},
"permissions": [
"activeTab",
"storage",
"identity"
],
"host_permissions": [
"https:\/\/svyat.site\/*",
"https:\/\/oauth2.googleapis.com\/*",
"https:\/\/accounts.google.com\/*",
"https:\/\/openidconnect.googleapis.com\/*"
],
"background": {
"service_worker": "background.js"
},
"oauth2": {
"client_id": "337101667711-jmd1glfbhdd0s9qcu6debkf2ft0aojee.apps.googleusercontent.com",
"scopes": [
"openid",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"default_locale": "en",
"action": {
"default_title": "Sound adapter",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"js": [
"content-scripts\/content.js"
]
}
]
}