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": "Gameograf", "manifest_version": 3, "name": "__MSG_appName__", "default_locale": "en", "version": "1.0", "description": "__MSG_appDesc__", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/rammb-slider.cira.colostate.edu\/", "https:\/\/himawari8-dl.nict.go.jp\/himawari8\/", "https:\/\/epic.gsfc.nasa.gov\/" ], "minimum_chrome_version": "98", "icons": { "16": "icons\/128.png", "48": "icons\/128.png", "128": "icons\/128.png" }, "background": { "service_worker": "bg.js" }, "options_ui": { "page": "options.html" } }