massive update, probably broken
[dotfiles/.git] / .config / chromium / Default / Extensions / lngfncacljheahfpahadgipefkbagpdl / 1.7.5_0 / manifest.json
1 {
2    "background": {
3       "scripts": [ "js/background.js" ]
4    },
5    "browser_action": {
6       "default_icon": "images/icon.png",
7       "default_popup": "client/popup.html",
8       "default_title": "UltraWide Video"
9    },
10    "content_scripts": [ {
11       "all_frames": true,
12       "js": [ "js/UltraWide.js" ],
13       "matches": [ "\u003Call_urls>" ]
14    } ],
15    "description": "Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.",
16    "icons": {
17       "128": "images/icon.png"
18    },
19    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAojOldCgrJyshcMl8vshkLGBijvNo42oxyUz1OnY5ZKkhwJINftN23GMVOdwYWMUBK5fXAKmZeyelA8WUIm4IWWBFYJ/x1cPOauxsKkPdL2Q8JpDG1EXhP4eayUtGdtmUv4htWdSHQv9fHQ5SjVuQLwVNhUBusVGfvJr7D7ulYgt2IUosDzc0C13tc5YEdLny2Z2G8cWzG/91RqamHAucF8roFzZJ63RJY0pvWnNGAOkDlTCwKvYbnntoG3HPP5+HvA3eNrAxWtYEr3R7fnRw1GA/jSfPlevCM8MI8t7f2FhnlL+Rkg2gVaUMMA7EP1jyQ1orylyyV/XdNTwRXpvbEQIDAQAB",
20    "manifest_version": 2,
21    "name": "UltraWide Video",
22    "permissions": [ "storage", "notifications" ],
23    "update_url": "https://clients2.google.com/service/update2/crx",
24    "version": "1.7.5"
25 }