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, "default_locale": "ja", "name": "__MSG_extensionName__", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } }, "version": "0.0.1", "description": "__MSG_extensionDescription__", "permissions": [ "storage" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/myna.go.jp\/*" ], "js": [ "content-ui\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/myna.go.jp\/*" ], "css": [ "content.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] }