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, "version": "1.0.2", "default_locale": "ja", "homepage_url": "http:\/\/www.sateraito.jp\/", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "icons": { "32": "images\/32x32.png", "48": "images\/48x48.png", "96": "images\/96x96.png", "128": "images\/128x128.png" }, "web_accessible_resources": [ { "resources": [ "\/images\/128x128.png" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "tabs", "storage" ], "content_scripts": [ { "css": [ "styles\/jquery-ui.css", "styles\/flatpickr.min.css", "styles\/timepicker.min.css", "styles\/sweetalert2.min.css", "styles\/quill.snow.css", "styles\/tagify.css", "styles\/style.css" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/jquery-ui.min.js", "js\/timepicker.min.js", "js\/sweetalert2.min.js", "js\/quill.js", "js\/tagify.js", "content.js" ], "matches": [ "*:\/\/www.google.com\/calendar\/*", "*:\/\/calendar.google.com\/calendar\/*", "*:\/\/docs.google.com\/spreadsheets\/*" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "background.js", "type": "module" }, "action": [], "options_page": "setting\/setting.html" }