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", "manifest_version": 3, "name": "Github Issue Template Selector", "description": "A chrome extension for selecting prebuilt issue template", "icons": { "128": "icon-128.png" }, "version": "1.1.0", "content_scripts": [ { "matches": [ "http:\/\/github.com\/*", "https:\/\/app.zenhub.com\/*" ], "js": [ "content-scripts.js" ], "css": [ "content-scripts.css" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] }