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": "Doggo", "version": "1.0", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "dogo\/*.jpg" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "doggo logo small.png", "48": "doggo logo medium.png", "128": "doggo logo large.png" }, "action": { "default_popup": "index.html" } }