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": 2,
"name": "NRK TV Language Learning Subtitles",
"description": "Enables dual language subtitles for NRK TV with the help of your browser's auto-translate feature",
"version": "1.9",
"icons": {
"16": "icons\/smallericon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/tv.nrk.no\/*"
],
"js": [
"jquery-3.5.1.min.js",
"content.js"
]
}
],
"browser_action": {
"default_icon": "icons\/browser_action_icon.png",
"default_popup": "popup.html"
}
}