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",
"author": "Marcin Wr\u00f3blewski <[email protected]>",
"description": "Navigate through complex READMEs with ease.",
"content_scripts": [
{
"matches": [
"*:\/\/pub.dev\/packages\/*"
],
"js": [
"toc.js"
]
}
],
"custom_license": "agplv3",
"homepage_url": "https:\/\/github.com\/wrbl606\/pub-dev-toc",
"name": "pub.dev's Table of Contents",
"manifest_version": 3,
"icons": {
"192": ".\/icons\/icon-192.png",
"512": ".\/icons\/icon-512.png"
},
"incognito": "spanning",
"version": "0.0.3",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}