Very Important Meeting

Very Important Meeting

Add daytime international football to your "very important meeting."

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Very Important Meeting",
  "description": "Add daytime international football to your \"very important meeting.\"",
  "version": "1.3",
  "manifest_version": 2,
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {},
  "permissions": [
    "https://www.bbc.co.uk/*",
    "activeTab"
  ],
  "web_accessible_resources": [
    "assets/img/*",
    "assets/videos/*",
    "inject.js",
    "styles.css"
  ]
}