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",
"name": "Soundgasm download button",
"manifest_version": 3,
"version": "1.2.3",
"description": "Add a download button to soundgasm.net audio files.",
"author": "Sam Kauffman (SamVK)",
"icons": {
"16": "img\/icon\/icon-16.png",
"48": "img\/icon\/icon-48.png",
"128": "img\/icon\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.soundgasm.net\/u\/*\/*"
],
"css": [
"style.css"
],
"js": [
"script.js"
]
},
{
"matches": [
"https:\/\/media.soundgasm.net\/sounds\/*"
],
"css": [
"media.css"
],
"js": [
"media.js"
]
}
]
}