Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "Gamble Classroom",
"version": "1.02",
"description": "adds some gambling games to google classroom, cosmetics and achievements",
"content_scripts": [
{
"matches": [
"https:\/\/classroom.google.com\/*"
],
"js": [
"cosmetics.js",
"content.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": "icon.png"
},
"permissions": [],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"fonts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}