Device Simulator
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Device Simulator",
"icons": {
"16": "images/iterative16.png",
"24": "images/iterative24.png",
"32": "images/iterative32.png",
"48": "images/iterative48.png",
"128": "images/iterative128.png"
},
"version": "1.0.3",
"manifest_version": 3,
"description": "Device Simulator",
"homepage_url": "https://globalinput.co.uk/",
"action": {
"default_icon": {
"16": "images/iterative16.png",
"24": "images/iterative24.png",
"32": "images/iterative32.png",
"48": "images/iterative48.png",
"128": "images/iterative128.png"
},
"default_popup": "index.html"
},
"background": {
"service_worker": "bgp.js"
},
"permissions": [
"storage",
"activeTab",
"declarativeNetRequest"
],
"web_accessible_resources": [
{
"resources": [
"platforms/firetv.js",
"platforms/firetv_4k_max.js",
"platforms/freesat.js",
"platforms/freeview.js",
"platforms/orsay.js",
"platforms/ps4.js",
"platforms/ps5.js",
"platforms/sky.js",
"platforms/tivo.js",
"platforms/tizen.js",
"platforms/xboxone.js",
"platforms/youview.js",
"platforms/youview_sony_2015.js",
"platforms/youview_sony_2018.js",
"platforms/youview_sony_2020.js",
"platforms/youview_sony_2021.js"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
],
"content_scripts": [
{
"all_frames": true,
"run_at": "document_start",
"match_about_blank": true,
"matches": [
"<all_urls>"
],
"js": [
"content.min.js"
]
}
],
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images/iterative16.png",
"48": "images/iterative48.png",
"128": "images/iterative128.png"
}
}
}