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": 2, "name": "Farmville2 X-Press", "description": "Play Farmville2 using this latest Extension from Zynga Inc.", "version": "0.45", "icons": { "16": "icons\/Avatar_16.png", "48": "icons\/Avatar_48.png", "128": "icons\/Avatar_128.png" }, "browser_action": { "default_icon": "icons\/Avatar_24.png" }, "minimum_chrome_version": "38", "background": { "page": "background.html" }, "permissions": [ "contentSettings", "activeTab", "storage", "https:\/\/*.zynga.com\/*", "notifications" ], "web_accessible_resources": [ "view\/index.html", "*.png" ], "externally_connectable": { "matches": [ "https:\/\/*.farm2.zynga.com\/*" ] } }