wixoss-fetch/dist/manifest.json

11 lines
198 B
JSON
Raw Normal View History

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