Updating manifest
This commit is contained in:
parent
a306d73118
commit
e274659c97
@ -1,26 +1,22 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Yomichan",
|
"name": "Yomichan",
|
||||||
"description": "Yomichan Extension",
|
"version": "0.1",
|
||||||
"version": "0.0.1",
|
|
||||||
|
|
||||||
"icons": {
|
"description": "Japanese dictionary with Anki integration",
|
||||||
"16": "img/icon16.png",
|
"icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},
|
||||||
"48": "img/icon48.png",
|
"browser_action": {"default_icon": {"19": "img/icon19.png", "38": "img/icon38.png"}},
|
||||||
"128": "img/icon128.png"
|
|
||||||
},
|
|
||||||
|
|
||||||
"browser_action": {
|
|
||||||
"default_icon": {
|
|
||||||
"19": "img/icon19.png",
|
|
||||||
"38": "img/icon38.png"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
|
"author": "Alex Yatskov",
|
||||||
"background": {"page": "bg/background.html"},
|
"background": {"page": "bg/background.html"},
|
||||||
|
"content_scripts": [{
|
||||||
|
"matches": ["*://*/*"],
|
||||||
|
"js": ["fg/js/range.js", "fg/js/popup.js", "fg/js/api.js", "fg/js/client.js"],
|
||||||
|
"css": ["fg/css/client.css"]
|
||||||
|
}],
|
||||||
|
"minimum_chrome_version": "45.0.0.0",
|
||||||
"options_page": "bg/options.html",
|
"options_page": "bg/options.html",
|
||||||
"permissions": ["storage"],
|
"permissions": ["storage"],
|
||||||
|
|
||||||
"web_accessible_resources": [
|
"web_accessible_resources": [
|
||||||
"fg/css/frame.css",
|
"fg/css/frame.css",
|
||||||
"fg/img/add_expression.png",
|
"fg/img/add_expression.png",
|
||||||
@ -29,11 +25,5 @@
|
|||||||
"fg/js/frame.js",
|
"fg/js/frame.js",
|
||||||
"fg/ttf/kanji-stroke-orders.ttf",
|
"fg/ttf/kanji-stroke-orders.ttf",
|
||||||
"fg/ttf/vl-gothic-regular.ttf"
|
"fg/ttf/vl-gothic-regular.ttf"
|
||||||
],
|
]
|
||||||
|
|
||||||
"content_scripts": [{
|
|
||||||
"matches": ["*://*/*"],
|
|
||||||
"js": ["fg/js/range.js", "fg/js/popup.js", "fg/js/api.js", "fg/js/client.js"],
|
|
||||||
"css": ["fg/css/client.css"]
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user