Version 1.0.0 View in Chrome Web Store
http://clients2.google.com/service/update2/crx |
{ "name": "Chess - the board game", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.jpg", "128": "custom_icon_128.jpg" }, "sandbox": { "pages": [ "game/index.html" ], "scripts": [ "game/js/chess.js" ] }, "version": "1.0.0", "update_url": "http://clients2.google.com/service/update2/crx", "description": "Chess is a two-player strategy board game played on a chessboard", "browser_action": { "default_icon": "custom_icon_16.png", "default_popup": "popup.html", "default_title": "Chess - the board game" }, "manifest_version": 2, "minimum_chrome_version": "1.0" }