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": "Goodreads to Auckland Library Navigator", "description": "Adds a 1-click 'Search in Auckland Library' button on the Goodreads book page.", "version": "0.0.5", "author": "Clyde D'Souza", "homepage_url": "https:\/\/github.com\/ClydeDz\/goodreads-auckland-library-navigator-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.goodreads.com\/*" ], "js": [ "index.js" ], "css": [ "index.css" ] } ] }