mirror of
https://gitlab.com/octospacc/nekotsume-ime.git
synced 2024-12-12 14:36:20 +01:00
39 lines
951 B
JSON
39 lines
951 B
JSON
{
|
|
"author": "OctoSpacc",
|
|
"name": "nekotsume IME",
|
|
"description": "Efficient Japanese IME for (almost) any website in your web browser!",
|
|
"version": "1.0.2",
|
|
"icons": {
|
|
"32": "icons/32.png",
|
|
"40": "icons/40.png",
|
|
"48": "icons/48.png",
|
|
"60": "icons/60.png",
|
|
"64": "icons/64.png",
|
|
"80": "icons/80.png",
|
|
"96": "icons/96.png",
|
|
"120": "icons/120.png",
|
|
"128": "icons/128.png",
|
|
"160": "icons/160.png",
|
|
"192": "icons/192.png",
|
|
"240": "icons/240.png",
|
|
"256": "icons/256.png",
|
|
"320": "icons/320.png",
|
|
"480": "icons/480.png",
|
|
"512": "icons/512.png",
|
|
"960": "icons/960.png"
|
|
},
|
|
"manifest_version": 2,
|
|
"permissions": ["<all_urls>"],
|
|
"browser_action": {},
|
|
"background": {
|
|
"scripts": ["webextension.js", "lib/igo.min.js", "lib/zip.min.js", "loader.js"],
|
|
"persistent": true
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*/*"],
|
|
"js": ["ime.js"]
|
|
}
|
|
]
|
|
}
|