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": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.7", "default_locale": "en_US", "icons": { "16": "tide_16.png", "48": "tide_48.png", "128": "tide_128.png" }, "web_accessible_resources": [ "tide_128.png" ], "browser_action": { "default_icon": { "16": "tide_16.png", "48": "tide_48.png" }, "default_title": "__MSG_browserIconTitle__", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications", "tabs" ], "homepage_url": "https:\/\/tide.fm", "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "block.css" ], "run_at": "document_start", "js": [ "chunk-vendors.js", "content.js" ] } ] }