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", "background": { "scripts": [ "underscore-min.js", "GmailTabsManager.js", "GmailAccountsManager.js", "GmailAccount.js", "GmailTab.js", "GmailDraft.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "jquery-3.3.1.min.js", "arrive.min.js", "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Affixa - Gmail (TM) Draft Display", "permissions": [ "alarms", "tabs", "webRequest", "webRequestBlocking", "*:\/\/mail.google.com\/*", "*:\/\/accounts.google.com\/*" ], "version": "4.4.1" }