TraktNRK - NRK and Trakt.tv together

TraktNRK - NRK and Trakt.tv together

Sync NRK history to Trakt.tv

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "version": "2.4.0",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/traktflix-icon-16.png",
    "128": "images/traktflix-icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/build/vendor.js",
      "scripts/build/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://tv.nrk.no/*"
      ],
      "js": [
        "scripts/build/content.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "19": "images/traktflix-icon-19.png",
      "38": "images/traktflix-icon-38.png"
    },
    "selected_icon": {
      "19": "images/traktflix-icon-selected-19.png",
      "38": "images/traktflix-icon-selected-38.png"
    },
    "default_title": "traktNRK",
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "declarativeContent",
    "storage",
    "http://trakt.tv/*",
    "https://www.google-analytics.com/",
    "*://tv.nrk.no/*",
    "notifications"
  ],
  "web_accessible_resources": [
    "images/svg/*.svg"
  ]
}