SNS App Swap

SNS App Swap

Substitute online app with another developing one in product environment of SNS open platform.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "SNS App Swap",
  "version": "1.3.10",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self';",
  "description": "Substitute online app with another developing one in product environment of SNS open platform.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "images/16.png"
  },
  "permissions": [
    "tabs",
    "*://*/*"
  ],
  "web_accessible_resources": [
    "override.js"
  ]
}