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": "Qantas Shopping Points-Prompter", "version": "3.0.5", "manifest_version": 3, "description": "Browser extension for Qantas shopping", "icons": { "16": "assets\/icons\/default_16x16.png", "24": "assets\/icons\/default_24x24.png", "32": "assets\/icons\/default_32x32.png", "128": "assets\/icons\/default_128x128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/content.js" ], "all_frames": false, "run_at": "document_start" }, { "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.google.com.au\/*" ], "js": [ "content_google\/content_google.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background\/background.js" }, "permissions": [ "tabs", "storage", "cookies", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "options_ui": { "page": "options\/index.html" }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/offer_available_32x32.png", "assets\/*.woff", "content\/content.js.map", "content_google\/content_google.js.map" ], "matches": [ "*:\/\/*.google.com\/*", "<all_urls>" ] } ], "action": { "default_icon": { "16": "assets\/icons\/default_16x16.png", "24": "assets\/icons\/default_24x24.png", "32": "assets\/icons\/default_32x32.png", "128": "assets\/icons\/default_128x128.png" }, "default_title": "Qantas Shopping", "default_popup": "popup\/index.html" } }