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", "default_locale": "en", "version": "1.0.2", "manifest_version": 3, "action": { "default_popup": "app.html" }, "description": "__MSG_shortDesc__", "name": "__MSG_appName__", "background": { "service_worker": ".\/bg.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "image-page.js" ] } ], "permissions": [ "storage", "identity" ], "optional_permissions": [], "icons": { "128": "assets\/icons\/logo_128.png", "256": "assets\/icons\/logo_256.png", "512": "assets\/icons\/logo_512.png" } }