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": "ko", "host_permissions": [ "https:\/\/*.travelwriter.site\/*", "https:\/\/clerk.travelwriter.site\/*" ], "name": "__MSG_extensionName__", "version": "1.1.0", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "tabs", "cookies" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": [], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/map.kakao.com\/*" ], "js": [ "src\/pages\/contentMapMarker\/index.js" ] }, { "matches": [ "https:\/\/ai.travelwriter.site\/map*" ], "js": [ "src\/pages\/contentTourMap\/index.js" ] }, { "matches": [ "https:\/\/place-site.yanolja.com\/places\/*" ], "js": [ "src\/pages\/contentHouse\/index.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-48.png", "icon-16.png" ], "matches": [ "*:\/\/*\/*" ] } ] }