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", "action": { "default_icon": "logo.png", "default_title": "__MSG_name__", "default_popup": "2048.html" }, "description": "__MSG_description__", "default_locale": "en", "icons": { "48": "logo.png" }, "permissions": [ "storage" ], "background": { "service_worker": "background-script.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "jquery.min.js", "injectGameButton.js" ], "css": [ "gamesBar.css" ], "run_at": "document_start" } ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "<all_urls>" ], "name": "2048 Game", "version": "1.4.0" }