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": "Read Across The Aisle", "short_name": "Read Across", "manifest_version": 2, "version": "1.3.1", "homepage_url": "http:\/\/www.readacrosstheaisle.com\/", "description": "This is a beta of the Read Across the Aisle Chrome extension. Send any feedback to [email protected].", "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "idle", "unlimitedStorage", "storage", "webRequest", "<all_urls>" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "pageAnalyzer.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "fonts\/*", "images\/*", "dashboard.html", "dashboard.js" ], "minimum_chrome_version": "46", "incognito": "spanning", "browser_action": { "default_icon": "app-icons\/icon16.png" }, "icons": { "16": "app-icons\/icon16.png", "32": "app-icons\/icon32.png", "48": "app-icons\/icon48.png", "64": "app-icons\/icon64.png", "128": "app-icons\/icon128.png", "192": "app-icons\/icon192.png" } }