SHARAKU

SHARAKU

You can easily create documents with photos and text in cooperation with Google Photo and Google Drive.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_extDescription__",
  "version": "1.12.0",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "default_locale": "ja",
  "author": "__MSG_extAuthor__",
  "icons": {
    "128": "icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjw28dEA5Wcpn4JP9DW4FjR+5UeruFVYL/LEUQ0EctLz4rDAUz2wjouIauhCGpok0T1amkUeFeM+qrwn2VNj3W927mlS0JFW0wAyWZU8/5AVp1HhiOQTRAjJYqMGfxXMr6x5eTyWFPRW1CtiYgLDZM2Q6q4NFgcTWcE5XLss0Iue7m3uLiIbU2zw1UcJIsmPyFhPSHO04QdJbe4z0RVFFNnNZp3982LKu+REjPUbHN29zt34qXBowLiSW9V5lTk+UHZjlGEMMIOsneZo5XhZP2tcw5YnVqaUd95Fdg04DJqrPWHrtvPbgm7/IQVMhgYhKD1CLZ/fjjusKq/mlktOTPwIDAQAB",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_title": "Open SHARAKU"
  },
  "permissions": [
    "identity"
  ],
  "host_permissions": [
    "https://lh3.googleusercontent.com/*"
  ],
  "oauth2": {
    "client_id": "192988429547-vsj3iith0mlb9pasgspvhb9t2o1pcm5o.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/photoslibrary.readonly",
      "https://www.googleapis.com/auth/drive.readonly"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}