Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "1.0.0.36", "description": "__MSG_extensionDescription__", "default_locale": "en", "action": { "default_popup": "index.html#\/popup" }, "icons": { "16": "icons\/pdf16.png", "48": "icons\/pdf48.png", "128": "icons\/pdf128.png" }, "permissions": [ "webRequest", "webNavigation", "storage", "tabs", "nativeMessaging", "declarativeNetRequest", "gcm", "cookies" ], "optional_permissions": [ "history", "downloads" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "options_page": "index.html#\/options" }