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", "name": "Step Tracker", "version": "1.91", "description": "Quickly see your daily step progress!", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Fitbit Extension", "default_popup": "popup.html" }, "web_accessible_resources": [ "callback.html", "dist\/callback.js" ], "manifest_version": 2, "permissions": [ "alarms", "storage", "*:\/\/*.fitbit.com\/*" ] }