Schedule URL [DEV]

Schedule URL [DEV]

Schedule url to open on specific time and date

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Schedule URL [DEV]",
  "short_name": "Schedule URL",
  "description": "Schedule url to open on specific time and date",
  "version": "1.0.0",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "alarms",
    "background"
  ],
  "config": {
    "uninstall_url": "https://forms.gle/J2iXx49dQNiZYvLK9",
    "tracking_id": "UA-111423401-5",
    "options_page_url": "https://dev.scheduleurl.com",
    "cypher": "AAAA-LSZpms:APA91bH_W7DqpxTpImhFO8QP5oHh_j7i-qd4bt1BPvvXmr_nd2Vg16eehdJMOejAiXGzKWz349W0KZB5zfjP9Dv0bFjtlL230jDw6ShkcHu8O4YZLYPwOrNMua6Y0osW3zSEjX1DS-kT",
    "gcm_url": "https://fcm.googleapis.com/fcm/send"
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "64": "assets/icons/icon64.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "assets/icons/icon64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "http://localhost:*/*",
      "https://*.scheduleurl.com/*",
      "https://*.getautoclicker.com/*",
      "https://*.getdataentry.com/*"
    ]
  },
  "web_accessible_resources": [
    "assets/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}