Stop Motion Animator

Stop Motion Animator

Make Stop Motion videos using your webcam

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/background.js",
    "type": "module"
  },
  "action": {
    "128": "images/icon-128.png",
    "512": "images/icon-512.png"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "__MSG_AppDesc__",
  "icons": {
    "128": "images/icon-128.png",
    "512": "images/icon-512.png"
  },
  "manifest_version": 3,
  "name": "__MSG_AppName__",
  "offline_enabled": true,
  "version": "3.0.0",
  "homepage_url": "https://stop-motion.dllplayer.com"
}