Twitch Notes

Twitch Notes

A Chrome extension that allows you to take notes for every twitch streamer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Twitch Notes",
  "version": "1.0",
  "description": "A Chrome extension that allows you to take notes for every twitch streamer",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": "images/icon16.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": {},
  "host_permissions": [
    "https://www.twitch.tv/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}