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", "action": { "default_icon": "assets\/ic_launcher192.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "globals.js", "content-script.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "icons": { "64": "assets\/ic_launcher48.png", "128": "assets\/ic_launcher72.png", "192": "assets\/ic_launcher96.png", "256": "assets\/ic_launcher144.png", "512": "assets\/ic_launcher192.png" }, "description": "Use wormworld skins in any other extension. And free the rooms.", "manifest_version": 3, "name": "Worm World Mock", "permissions": [ "storage", "unlimitedStorage" ], "sandbox": { "pages": [ "sandbox.html" ] }, "version": "0.1", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "codemirror\/*", "app\/*", "mocky.prod.js" ] }, { "matches": [ "file:\/\/\/*" ], "resources": [ "codemirror\/*", "app\/*", "mocky.prod.js" ] } ] }