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": "Tenhou UI+ for \/3\/", "version": "1.4.2", "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "action": { "default_icon": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "default_popup": "options.html", "default_title": "Tenhou UI+" }, "web_accessible_resources": [ { "resources": [ "sounds\/click.mp3" ], "matches": [] } ], "content_scripts": [ { "matches": [ "https:\/\/tenhou.net\/3\/*", "https:\/\/ron2.jp\/3\/*" ], "js": [ "script.js" ], "css": [ "styles.css" ], "run_at": "document_idle" } ] }