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",
"manifest_version": 3,
"name": "Adult Scout Membership Extension",
"version": "1.25",
"description": "Adds a button to view the adult membership of a scout group.",
"content_scripts": [
{
"matches": [
"https:\/\/membership.scouts.org.uk\/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"icons": {
"48": "icon.png"
},
"web_accessible_resources": [
{
"resources": [
"users-solid.svg"
],
"matches": [
"https:\/\/membership.scouts.org.uk\/*"
]
}
]
}