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": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "128": "icons\/video-to-video-logo.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "__MSG_extName__", "default_icon": { "128": "icons\/video-to-video-logo.png" } }, "web_accessible_resources": [ { "resources": [ "icons\/*.png", "icons\/*.gif", "fonts\/*" ], "matches": [ "*:\/\/*.arting.ai\/*" ] } ], "options_page": ".\/options.html", "permissions": [ "storage", "cookies" ], "host_permissions": [ "*:\/\/*.arting.ai\/*" ], "version": "1.0.1" }