SubToTechnoblade

SubToTechnoblade

Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SubToTechnoblade",
  "description": "Subscribe to Technoblade and Lurk! :) Also, thanks to Lauri-Henrik Jalonen for using the MIT license!",
  "version": "0.1.9",
  "icons": {
    "48": "img/doge.png",
    "128": "img/doge.png"
  },
  "background": {
    "scripts": [
      "run.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Techno go",
    "default_icon": "img/doge.png"
  }
}