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": 3, "name": "LoL ARAM Redirect", "description": "Type 'aram' followed by a champion's name to jump straight to their ARAM stats on Lolalytics.", "version": "1.2", "permissions": [ "tabs" ], "omnibox": { "keyword": "aram" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "128": "icons\/aram-redirect-logo-128.png" } }