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 Templates", "version": "1.1.0", "author": "marcbachmann", "description": "Enhances the `New Issue` button to support multiple templates.", "homepage_url": "https:\/\/github.com\/marcbachmann\/github-issue-templates", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "options.html" }, "manifest_version": 2, "minimum_chrome_version": "58", "permissions": [ "https:\/\/github.com\/", "https:\/\/raw.githubusercontent.com\/", "declarativeContent", "storage" ], "optional_permissions": [ "https:\/\/*\/" ], "icons": { "128": "icon.png" } }