wixoss-fetch/static/manifest.json

11 lines
201 B
JSON
Raw Normal View History

2016-10-16 14:36:48 +02:00
{
2016-10-16 18:45:33 +02:00
"name": "wixoss-fetch",
2016-10-16 14:36:48 +02:00
"manifest_version": 2,
"version": "0.0.1",
2016-10-16 18:45:33 +02:00
"permissions": ["http://www.takaratomy.co.jp/*"],
2016-10-16 14:36:48 +02:00
"app": {
"launch": {
"local_path": "index.html"
}
}
}