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": "Scratcher's AtCoder",
"short_name": "ScratchersAC",
"description": "for Scratchers who want to compete in AtCoder",
"version": "1.5.0",
"manifest_version": 3,
"homepage_url": "https:\/\/github.com\/yos1up\/scratch2cpp\/tree\/main\/web\/crx",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"https:\/\/atcoder.jp\/contests\/*\/submit*",
"https:\/\/atcoder.jp\/contests\/*\/tasks\/*",
"https:\/\/atcoder.jp\/contests\/*\/custom_test*"
],
"js": [
"lib\/Stuk-jszip-9fb481a\/dist\/jszip.js",
"sb2_to_cpp.js",
"sb3_to_cpp.js",
"main.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"inject_editor.js"
],
"matches": [
"https:\/\/atcoder.jp\/*"
]
}
]
}