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", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "short_name": "Rakuten", "version": "5.53.0", "homepage_url": "https:\/\/www.rakuten.com\/", "author": "Rakuten", "manifest_version": 3, "default_locale": "en", "permissions": [ "tabs", "webNavigation", "webRequest", "storage", "cookies", "alarms", "scripting" ], "optional_permissions": [ "notifications" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "all_frames": false, "matches": [ "https:\/\/*.rakuten.com\/*", "https:\/\/*.rakuten.co.uk\/*" ], "js": [ "libs\/snippet.js" ], "run_at": "document_start" } ], "background": { "service_worker": "bg\/bundle.js" }, "options_ui": { "page": "settings\/settings.html", "open_in_tab": true }, "action": { "default_icon": { "16": "\/img\/icon\/icon-32.png", "32": "\/img\/icon\/icon-32.png" }, "default_title": "__MSG_extensionName__" }, "icons": { "16": "\/img\/icon\/icon-32.png", "48": "\/img\/icon\/icon-64.png", "128": "\/img\/icon\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "workers\/*.js", "*.css", "*.js", "fonts\/*.woff", "fonts\/*.woff2", "fonts\/*.ttf", "fonts\/*.otf", "img\/*" ], "matches": [ "<all_urls>" ] } ] }