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": "RotateX - Rotate Your Image", "version": "1.2", "description": "A simple extension For Rotate Image", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting", "storage", "contextMenus" ], "icons": { "16": "rotate16.png", "48": "rotate48.png", "128": "rotate128.png" } }