-
Notifications
You must be signed in to change notification settings - Fork 37
/
manifest.json
25 lines (24 loc) · 966 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"manifest_version": 2,
"name": "Export History",
"description":
"Download your full chrome history in Excel-readable csv and json",
"key":
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgbRhEYSFuFFubsDQmMiLL7gi+zqx+oy4cCZs0gaLK6D1LmJAMWzDrjgZ9OTXHjvqLnqely7ZLyzoPRwq8CspZdOiAukOI/Df/4crnJ+vqiJtjxT6/pkY/XCV04cMXcxONY7rsJi7GuhtsQXFG2qO/I05L00Zdh+VMv0d8vrikklh2huQAEEtJyuFN6Wzdj5NP0zJJsBDQJ1dAUF26920438LSxpDtdVCX7nmHc2M76SyFeZzy8Q/9cU8uKbS0GiCm4oSIR1L4KsAXvYjnv9xC3eE5VHrtD+LEoo2mdiRvvC4KJRHZj8m8s34d8fwomKZH2P70jlB9xlQz0RgWWEp5wIDAQAB",
"version": "2.0",
"permissions": [
"history",
"identity",
"https://www.googleapis.com/",
"downloads"
],
"oauth2": {
"client_id":
"650566817477-0080kv7ltdklamk1qf27rpjdrpa964qm.apps.googleusercontent.com",
"scopes": ["https://www.googleapis.com/auth/chromewebstore.readonly"]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
}