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": "Graphite to GitHub",
"description": "Redirects Graphite pull request URLs to GitHub",
"version": "1.1",
"manifest_version": 3,
"icons": {
"16": "images\/[email protected]",
"32": "images\/[email protected]",
"48": "images\/[email protected]",
"128": "images\/[email protected]",
"256": "images\/[email protected]",
"512": "images\/[email protected]"
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/app.graphite.dev\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "rules.json"
}
]
}
}