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": "Open Random Bookmark", "version": "1.1", "description": "__MSG_app_description__", "author": "raingart", "default_locale": "en", "homepage_url": "https:\/\/github.com\/raingart\/OpenRandomBookmark-extension", "minimum_chrome_version": "88.0", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "74.0" } }, "permissions": [ "bookmarks", "storage" ], "action": { "default_popup": "\/html\/popup.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }