Inspect and view changes in Pull Tabs source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Pull Tabs",
"description": "Save open tabs to disk as files or put them in your Pocket.",
"version": "0.17.1",
"web_accessible_resources": [
{
"resources": [
"pocket.html",
"https://getpocket.com/v3/*"
],
"matches": [],
"extension_ids": []
}
],
"icons": {
"16": "img/icon-16.png",
"32": "img/icon-32.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png"
},
"host_permissions": [
"https://getpocket.com/v3/*"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"tabs",
"downloads",
"identity",
"bookmarks",
"storage"
],
"action": {
"default_icon": {
"19": "img/icon-19.png",
"38": "img/icon-38.png"
},
"default_popup": "popup.html",
"default_title": "Pull Tabs"
}
}