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": "GitHub LOC", "description": "See Lines Of Code of any GitHub repository in simple yet elegant way", "version": "1.0.6", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "options_page": "src\/menu\/index.html", "action": { "default_popup": "src\/menu\/index.html", "default_icon": "img\/logo-48.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-ebace375.js" ], "matches": [ "*:\/\/github.com\/*" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-32.png", "img\/logo-48.png", "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/github.com\/*" ], "resources": [ "assets\/chunk-752938f5.js", "assets\/chunk-3a281abb.js" ], "use_dynamic_url": false } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/github.com\/*" ] }