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", "icons": { "16": "src\/icon16.png", "48": "src\/icon48.png", "128": "src\/icon128.png" }, "manifest_version": 2, "name": "Github Solutions", "description": "Get your arranged github issue page with project name, You can see all projects name in issue page list.", "version": "1.7.2", "author": "Piyush Sinha", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*\/*" ], "js": [ "src\/loader.js" ] } ] }