SoqAlbum: Share iPhone/Android Files/Cameras

SoqAlbum: Share iPhone/Android Files/Cameras

SoqAlbum directly links your smartphone(iPhone/Android) to chrome, allowing you to transfer and share files and photos via the link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_Name__",
  "description": "__MSG_Description__",
  "version": "0.7",
  "action": {},
  "permissions": [
    "tabs",
    "storage",
    "downloads",
    "downloads.shelf"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}