{ "browser_specific_settings": { "gecko": { "id": "raptor@mozilla.org" } }, "manifest_version": 2, "name": "Raptor", "version": "0.1", "description": "Performance measurement framework prototype", "background": { "scripts": ["auto_gen_test_config.js", "runner.js"] }, "content_scripts": [ { "matches": [ "*://*.allrecipes.com/*", "*://*.apple.com/*", "*://*.amazon.com/*", "*://*.bing.com/*", "*://*.booking.com/*", "*://*.cnn.com/*", "*://*.dailymail.co.uk/*", "*://*.ebay.com/*", "*://*.ebay-kleinanzeigen.de/*", "*://*.espn.com/*", "*://*.facebook.com/*", "*://*.fandom.com/*", "*://*.google.com/*", "*://*.imdb.com/*", "*://*.imgur.com/*", "*://*.instagram.com/*", "*://*.linkedin.com/*", "*://*.live.com/*", "*://*.microsoft.com/*", "*://*.netflix.com/*", "*://*.office.com/*", "*://*.paypal.com/*", "*://*.pinterest.com/*", "*://*.reddit.com/*", "*://*.stackoverflow.com/*", "*://*.sina.com.cn/*", "*://*.tumblr.com/*", "*://*.twitch.tv/*", "*://*.twitter.com/*", "*://*.vice.com/*", "*://*.web.de/*", "*://*.wikia.com/*", "*://*.wikipedia.org/*", "*://*.yahoo.com/*", "*://*.youtube.com/*", "*://*.yandex.ru/*" ], "js": ["pageload.js"], "run_at": "document_end" }, { "matches": [ "*://*/Speedometer/index.html*", "*://*/StyleBench/*", "*://*/MotionMark/*", "*://*/SunSpider/*", "*://*/webaudio/*", "*://*/unity-webgl/index.html*", "*://*/wasm-misc/index.html*", "*://*/wasm-godot/index.html*", "*://*/assorted-dom/assorted/results.html*", "*://*.mozaws.net/*", "*://*/ARES-6/index.html*", "*://*/JetStream2/index.html*", "*://*.amazonaws.com/*" ], "js": ["benchmark.js"], "run_at": "document_end" } ], "browser_action": { "browser_style": true, "default_icon": "icon.png", "default_title": "Raptor LOADED" }, "permissions": ["", "tabs", "storage", "alarms", "geckoProfiler"] }