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": "EA Memo Display", "version": "1.02", "description": "\u30aa\u30fc\u30af\u30b7\u30e7\u30f3\u30b5\u30a4\u30c8\u306e\u5546\u54c1\u30e1\u30e2\u3092\u7ba1\u7406\u30fb\u8868\u793a\u3059\u308b\u62e1\u5f35\u6a5f\u80fd", "permissions": [ "storage", "alarms", "tabs" ], "host_permissions": [ "https:\/\/www.ecoauc.com\/client*", "https:\/\/identitytoolkit.googleapis.com\/*", "https:\/\/securetoken.googleapis.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/eamd_icon16.png", "48": "images\/eamd_icon48.png", "128": "images\/eamd_icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.ecoauc.com\/client*" ], "js": [ "auth.js", "content.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/eamd_icon16.png", "48": "images\/eamd_icon48.png", "128": "images\/eamd_icon128.png" } }