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": "__MSG_extensionName__",
"version": "1.0.6",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"128": "icon\/128.png"
},
"offline_enabled": true,
"action": {
"default_title": "__MSG_extensionActionTitle__"
},
"background": {
"type": "module",
"service_worker": "\/js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"\/game-source\/.vscode\/settings.json",
"\/game-source\/assets\/audio\/audiosprite.json",
"\/game-source\/assets\/audio\/audiosprite.mp3",
"\/game-source\/assets\/fonts\/Teko-Light.ttf",
"\/game-source\/assets\/fonts\/Teko-SemiBold.ttf",
"\/game-source\/assets\/game_title.png",
"\/game-source\/assets\/preload-cue-ball.png",
"\/game-source\/assets\/preload-cue.png",
"\/game-source\/assets\/rotate-device.png",
"\/game-source\/assets\/texture_atlas_1.json",
"\/game-source\/assets\/texture_atlas_1.png",
"\/game-source\/assets\/texture_atlas_2.json",
"\/game-source\/assets\/texture_atlas_2.png",
"\/game-source\/icon.png",
"\/game-source\/js\/billiard-physics.min.egjdata",
"\/game-source\/js\/phaser-no-physics.min.egjdata",
"\/game-source\/js\/pool-club.min.egjdata",
"\/game-source\/readme.md"
],
"matches": [
"https:\/\/*.codeplaymaster.com\/*"
]
}
]
}