Aim Trainer

Aim Trainer

This extension allows you to play Aim Trainer and browser games from task bar icon and new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Aim Trainer",
  "version": "901.513.1535.1821",
  "description": "This extension allows you to play Aim Trainer and browser games from task bar icon and new tab page.",
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png"
    },
    "default_popup": "html/popup/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "html/default/index.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "web_accessible_resources": [
    "*.json",
    "images/icon16.png",
    "images/icon128.png"
  ]
}