Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "action": { "default_icon": { "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png", "256": "assets\/icons\/icon256.png" }, "default_popup": "index.html" }, "background": { "service_worker": "service.js" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'" }, "default_locale": "en", "description": "__MSG_app_description__", "externally_connectable": { "matches": [ "*:\/\/*.cursor-space.com\/*" ] }, "homepage_url": "https:\/\/cursor-space.com", "icons": { "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "64": "assets\/icons\/icon64.png", "96": "assets\/icons\/icon96.png", "128": "assets\/icons\/icon128.png", "256": "assets\/icons\/icon256.png" }, "manifest_version": 3, "name": "__MSG_app_name__", "options_page": "options.html", "permissions": [ "scripting", "storage", "unlimitedStorage", "tabs" ], "short_name": "Cursor Space", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "version_name": "2.0.0", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/*.*", "libs\/*.*" ] } ] }