MacNChee

MacNChee

This extension takes you to the most important video of mac and chee ever.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MacNChee",
  "short_name": "MacNChee",
  "description": "This extension takes you to the most important video of mac and chee ever.",
  "version": "1.0.1",
  "manifest_version": 2,
  "icons": {
    "16": "assets/icon16.png",
    "19": "assets/icon19.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_icon": "assets/icon19.png",
    "default_popup": "popup.html",
    "default_title": "MacNChee"
  },
  "permissions": []
}