Commit d59abc3f authored by 神楽坂玲奈's avatar 神楽坂玲奈

chrome app

parent 239b74b2
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('index.html', {
'width': 421,
'height': 614
});
});
\ No newline at end of file
{
"name": "mycard-image",
"description": "image creator for mycard",
"version": "0.1",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"icons": { "16": "calculator-16.png", "128": "calculator-128.png" }
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment