Seventeen: Carat Central Kpop

Seventeen: Carat Central Kpop

Hi Carats! I'm a nerd and I adore a certain 13-member k-pop group a little too much, so here I present to you... Carat Central!…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Seventeen: Carat Central Kpop",
  "version": "1.10",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Carat Central"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "img/icon/default/16.png",
    "24": "img/icon/default/24.png",
    "32": "img/icon/default/32.png",
    "48": "img/icon/default/48.png",
    "128": "img/icon/default/128.png"
  },
  "content_security_policy": "script-src 'self' https://googleapis.com https://code.jquery.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://unpkg.com https://moment.github.io https://platform.twitter.com https://cdn.syndication.twimg.com; object-src 'self'"
}