IdleNotifier

IdleNotifier

Change the ringer profile of your phone while you are active on the computer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IdleNotifier",
  "manifest_version": 2,
  "version": "1.3",
  "icons": {
    "16": "icon.png",
    "48": "[email protected]",
    "128": "[email protected]"
  },
  "description": "Change the ringer profile of your phone while you are active on the computer",
  "background": {
    "scripts": [
      "jquery.js",
      "content.js"
    ]
  },
  "permissions": [
    "idle",
    "http://*/*",
    "https://*/*",
    "identity",
    "storage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqVXtdEFZTg3KZCS9caslekZxMFA1ljLjhafVpkkvBYNYC9IykdiVRZBRkQUq8p/CwSJcanJjMNzGpkYB2m3K0+5OScOKOuJIBgE1X6VqzPr8SoSwo4ZCZXCp/6eisDRisGhGARmN2esCy4dx6ziRW5k1rXRhpcddupc1uek3Otvz160qIWFTdZ6udEhRtVJf97eqb+dnFAC7rKXL+gw2dAMQAHARd4oDeo5pjWarNFn/yjOvK2opkxZBPCZ3zZVTjbP8pEiQfCXTK4tTITw4xc3MKDqBZtXwplAbBF+WDVX6DYpHHhtJhDy7wMkixc9Y/8IxdDfXqxOjFEtR+F8+wwIDAQAB",
  "oauth2": {
    "client_id": "109726178718-qhhqq8ime42sodqkp9aa6ip36eusdj5g.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}