Lines is a puzzle game. The goal is to remove balls by forming lines of at least five balls of the same color.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Lines",
"version": "1.0.1",
"description": "Lines is a puzzle game. The goal is to remove balls by forming lines of at least five balls of the same color.",
"app": {
"launch": {
"local_path": "mainPage.html"
}
},
"offline_enabled": true,
"icons": {
"16": "icon_16_2.png",
"48": "icon_48.png",
"128": "icon_181.png"
},
"permissions": [
"notifications"
]
}