Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "luckit", "version": "1.0.4", "description": "stay tunned your friend moments", "action": { "default_popup": "index.html" }, "icons": { "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "downloads" ], "host_permissions": [ "https:\/\/firebasestorage.googleapis.com\/*", "https:\/\/firestore.googleapis.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/api.locketcamera.com\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "author": { "name": "michioxd", "email": "[email protected]" }, "homepage_url": "https:\/\/github.com\/michioxd\/luckit" }