wixoss-fetch/manifest.json
2016-10-16 20:36:48 +08:00

11 lines
No EOL
179 B
JSON

{
"name": "WIXOSS_Fetch",
"manifest_version": 2,
"version": "0.0.1",
"permissions": ["*://*/*"],
"app": {
"launch": {
"local_path": "index.html"
}
}
}