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 Center", "author": "Katsute", "description": "Center navigation on large viewports", "version": "4.0", "homepage_url": "https:\/\/github.com\/KatsuteDev\/GitHub-Center", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "105", "browser_specific_settings": { "gecko": { "id": "{c9021942-d0f6-40a5-82f3-904fd8767174}", "strict_min_version": "121.0" } }, "permissions": [], "content_scripts": [ { "css": [ "style.css" ], "matches": [ "https:\/\/github.com\/*" ] }, { "css": [ "gist.css" ], "matches": [ "https:\/\/gist.github.com\/*" ] } ] }