Petey Vid

Petey Vid

Petey Vid is a video search engine for locating videos outside YouTube. Also included is the ability to search trending social media video #hashtags and @mentions across all major platforms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Petey Vid",
  "version": "1.0.0",
  "description": "Petey Vid is here to help you find videos on the Internet.",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}