Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Shopping List for Google Tasks",
"version": "1.0",
"description": "Bookmark products and add them to your Google Tasks shopping lists",
"permissions": [
"activeTab",
"identity",
"scripting"
],
"host_permissions": [
"https:\/\/tasks.googleapis.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"oauth2": {
"client_id": "1081317344158-7mh8so7ullqs5r5nlm3bvetb56aa2u4q.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/tasks"
]
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}