Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "name": "__MSG_app_name__", "short_name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.1.5", "author": "llqban_003", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "\/popup\/popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "exclude_globs": [ "*\/chrome\/newtab*" ], "js": [ "content.js" ], "match_about_blank": true, "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "storage", "webNavigation", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "*" ] } ] }