Appcola for PC/Mac/Window

Appcola for PC/Mac/Window

Appcola for PC, Window, Mac. Learn Hwo To Use Moto GP on PC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Appcola for PC/Mac/Window",
  "version": "1.0",
  "description": "Appcola for PC, Window, Mac. Learn Hwo To Use Moto GP on PC",
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png"
    },
    "default_popup": "popup/popup.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"
  ]
}