Friv

Friv

This plugin allows you to play Flash games in Chrome on Friv.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "./img/icon_48.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://www.googletagmanager.com https://www.friv.com.tr; object-src 'self'; img-src https://www.googletagmanager.com https://www.google-analytics.com https://static.friv.com.tr; connect-src https://www.friv.com.tr/ https://www.google-analytics.com",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "externally_connectable": {
    "matches": [
      "*://www.friv.com.tr/*",
      "*://static.friv.com.tr/*",
      "*://pefino.com/*"
    ]
  },
  "icons": {
    "16": "./img/icon_16.png",
    "48": "./img/icon_48.png",
    "128": "./img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "contextMenus",
    "contentSettings"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}