Universal Favorites

Universal Favorites

browser independant favorites manager that syncs with google drive

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Universal Favorites",
  "author": "Zachary Karamanlis",
  "version": "1.2.1",
  "description": "browser independant favorites manager that syncs with google drive",
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage",
    "https://www.googleapis.com/auth/drive.file",
    "tabs",
    "bookmarks"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}