Picpic

Picpic

the best gif, app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Picpic",
  "description": "the best gif, app",
  "version": "1.3",
  "icons": {
    "128": "icon.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_title": "copy",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "contextMenus"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  }
}