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", "name": "Jigit Studio - Screen Recorder", "description": "Records your screen - Screen Recorder", "version": "0.0.0.14", "manifest_version": 3, "icons": { "16": "icons\/not-recording.png", "48": "icons\/not-recording.png", "128": "icons\/not-recording.png" }, "action": { "default_icon": "icons\/not-recording.png" }, "background": { "service_worker": "service-worker.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "tabs", "offscreen", "storage", "scripting", "activeTab", "webRequest", "debugger" ], "content_scripts": [ { "matches": [ "https:\/\/jigit.studio\/dashboard" ], "js": [ "accesstoken.js" ] }, { "matches": [ "https:\/\/jigit.studio\/signin" ], "js": [ "removeaccesstoken.js" ] } ], "web_accessible_resources": [ { "resources": [ "requestPermissions.html", "requestPermissions.js", "assets\/images\/*.svg", "assets\/images\/*.png" ], "matches": [ "<all_urls>" ] } ] }