Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 2, "version": "0.0.7", "default_locale": "ja", "homepage_url": "http:\/\/www.sateraito.jp\/", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "icons": { "48": "satelite48.png", "128": "satelite128.png" }, "background": { "scripts": [ "background_script.js" ] }, "options_page": "options.html", "content_scripts": [ { "js": [ "jquery-1.10.2.min.js", "moment.js", "content_script.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/sateraito-mailsend-reservation.appspot.com\/*", "*:\/\/mail.google.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "https:\/\/sateraito-mailsend-reservation.appspot.com\/*", "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*", "storage", "tabs" ], "web_accessible_resources": [ "gmail.js", "*.png" ] }