Tossed Photos Slideshow

Tossed Photos Slideshow

Displays a randomized slideshow of photos from a selected folder as if physical photos thrown on the table.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tossed Photos Slideshow",
  "version": "1.0",
  "description": "Displays a randomized slideshow of photos from a selected folder as if physical photos thrown on the table.",
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ]
}