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",
"name": "__MSG_appName__",
"version": "0.2.4",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"options_page": "options.html",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "ja",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"background": {
"scripts": [
"scripts\/jquery-3.2.1.min.js",
"scripts\/chromereload.js",
"scripts\/background.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_icon": "images\/icon-16.png",
"default_title": "__MSG_appName__",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/portal.nap.gsic.titech.ac.jp\/GetAccess\/Login*"
],
"js": [
"scripts\/jquery-3.2.1.min.js"
],
"run_at": "document_start"
}
]
}