Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-images-generator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-images-generator
Commits
d59abc3f
Commit
d59abc3f
authored
Mar 03, 2013
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chrome app
parent
239b74b2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
0 deletions
+17
-0
background.js
background.js
+6
-0
calculator-128.png
calculator-128.png
+0
-0
calculator-16.png
calculator-16.png
+0
-0
manifest.json
manifest.json
+11
-0
No files found.
background.js
0 → 100644
View file @
d59abc3f
chrome
.
app
.
runtime
.
onLaunched
.
addListener
(
function
()
{
chrome
.
app
.
window
.
create
(
'
index.html
'
,
{
'
width
'
:
421
,
'
height
'
:
614
});
});
\ No newline at end of file
calculator-128.png
0 → 100644
View file @
d59abc3f
16.1 KB
calculator-16.png
0 → 100644
View file @
d59abc3f
1.02 KB
manifest.json
0 → 100644
View file @
d59abc3f
{
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment