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": "__MSG_appName__", "version": "0.0.9", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon.png", "128": "images\/icon.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.png", "38": "images\/icon.png" } }, "permissions": [ "https:\/\/github.com\/*", "http:\/\/github.com\/*", "background" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*\/issues\/*", "https:\/\/github.com\/*\/*\/issues", "http:\/\/github.com\/*\/*\/issues\/*", "http:\/\/github.com\/*\/*\/issues", "https:\/\/github.com\/*\/*\/pull\/*", "https:\/\/github.com\/*\/*\/pulls", "http:\/\/github.com\/*\/*\/pull\/*", "http:\/\/github.com\/*\/*\/pulls", "http:\/\/127.0.0.1:5000\/*" ], "js": [ "scripts\/contentscript.js" ], "css": [ "styles\/content.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "images\/icon.png" ], "homepage_url": "https:\/\/github.com\/wooodhead\/github-issue-toc" }