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": "__MSG_extName__", "version": "0.1", "description": "__MSG_extDesc__", "author": "Pikadude No. 1 & raingart", "default_locale": "en", "icons": { "16": "\/icon\/16.png", "48": "\/icon\/48.png", "128": "\/icon\/128.png" }, "action": { "default_title": "__MSG_extName__", "default_popup": "\/html\/popup.html" }, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage", "bookmarks", "alarms" ], "options_ui": { "page": "\/html\/options.html" } }