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_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.5.6", "author": "[email protected]", "permissions": [ "*:\/\/app.plex.tv\/*", "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*", "activeTab" ], "optional_permissions": [ "<all_urls>" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_title": "Configure Enhance-O-Tron for Plex", "default_popup": "options.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "img\/icon219.svg", "img\/compress.svg" ] }