You need to get the ball to the finish line with the golf club by adjusting the power bar properly.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_icon": "128.png"
},
"author": "pickergame",
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"sandbox": {
"pages": [
"Game_Source/index.html"
]
},
"version": "1",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}