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 Issue Glance", "description": "Helps you bookmark and manage GitHub issues with ease", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-34.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_title": "Click to open panel", "default_icon": "img\/logo-128.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/github.com\/*" ], "content_scripts": [ { "js": [ "assets\/index.ts-loader-a7485955.js" ], "matches": [ "https:\/\/github.com\/*" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-34.png", "img\/logo-48.png", "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "welcome.html" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/github.com\/*" ], "resources": [ "assets\/chunk-24dedea2.js", "assets\/chunk-34caf6b5.js" ], "use_dynamic_url": false } ] }