Peakcher 2

Peakcher 2

Never lose your memes again

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Peakcher 2",
  "short_name": "Peakcher 2",
  "description": "Never lose your memes again",
  "version": "2.0.1.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": "assets/logo.png"
  },
  "permissions": [
    "notifications",
    "contextMenus",
    "activeTab",
    "https://api.dropboxapi.com/*",
    "https://lai7vw0jcc.execute-api.us-east-1.amazonaws.com/dev/auth"
  ],
  "default_locale": "en",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.dropbox.com/1/oauth2/authorize_submit"
      ],
      "js": [
        "dropboxCodeExtractor.js"
      ]
    }
  ],
  "icons": {
    "128": "assets/logo.png"
  },
  "web_accessible_resources": [
    "*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}