Garryschool Extension

Garryschool Extension

Extension chrome pour le streamer/youtuber Garryschool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Garryschool Extension",
  "default_locale": "fr",
  "description": "Extension chrome pour le streamer/youtuber Garryschool",
  "version": "1.2.2",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "icons": {
    "128": "images/icon.png"
  },
  "author": "Kyominii"
}