18 lines
307 B
JSON
18 lines
307 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Carrot Hunter",
|
|
"version": "1.0",
|
|
"minimum_chrome_version": "28",
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
}
|
|
},
|
|
"icons": {
|
|
"16": "icon-16.png",
|
|
"32": "icon-32.png",
|
|
"128": "icon-128.png",
|
|
"256": "icon-256.png"
|
|
}
|
|
}
|