Google Tone

Google Tone

Broadcast any URL to computers within earshot.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "2.0.7",
  "minimum_chrome_version": "50",
  "permissions": [
    "activeTab",
    "audioCapture",
    "cookies",
    "contextMenus",
    "idle",
    "notifications",
    "storage",
    "tabs",
    "https://accounts.google.com/*",
    "https://clients1.google.com/*",
    "http://*.googleusercontent.com/*",
    "https://www.google-analytics.com/",
    "https://www.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "js/deps/nearby.js",
      "js/deps/google-analytics-bundle.js",
      "build/all.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "__MSG_browser_action_title__",
    "default_icon": {
      "19": "images/actions/action_19_ready.png",
      "38": "images/actions/action_38_ready.png"
    }
  },
  "options_page": "pages/settings.html",
  "icons": {
    "16": "images/shoutout_appicon_16.png",
    "48": "images/shoutout_appicon_48.png",
    "128": "images/shoutout_appicon_128.png",
    "256": "images/shoutout_appicon_256.png",
    "512": "images/shoutout_appicon_512.png"
  },
  "web_accessible_resources": [
    "images/arrow.png",
    "images/shoutout_actionicon_19.png",
    "images/shoutout_actionicon_38.png",
    "images/shoutout_actionicon_disabled_38.png",
    "images/shoutout_notif_anon_256.png",
    "images/shoutout_notif_app_256.png",
    "images/shoutout_notif_alert_256.png"
  ],
  "default_locale": "en",
  "manifest_version": 2
}