config.json 350 B

12345678910
  1. {
  2. "title": "APK Editor Studio",
  3. "icon": "../../../../../dist/macos/app/Contents/Resources/apk-editor-studio.icns",
  4. "background": "background.png",
  5. "icon-size": 128,
  6. "contents": [
  7. { "x": 245, "y": 250, "type": "file", "path": "../../app/APK Editor Studio.app" },
  8. { "x": 550, "y": 250, "type": "link", "path": "/Applications" }
  9. ]
  10. }