internet-as-a-gallery

internet-as-a-gallery

internet-as-a-gallery is an exploration of alternate ways to browse the internet. What does an alternate internet full of images look like and how do we navigate it? The project seeks to explore this as a net-art and reimagine webpages as a gallery

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "internet-as-a-gallery is an artistic exploration of defamiliarizing the www. The project reimagines the web page as a gallery space, transforming the screen into a dynamic space for visual exploration. The project prompts to reflect on the critical role of alt text in fostering a more inclusive and diverse online experience.",
  "manifest_version": 2,
  "name": "internet-as-a-gallery",
  "version": "1.3",
  "homepage_url": "https://koundinya.website",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "web_accessible_resources": [
    "clouds.gif"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3b5c265e-af2b-402b-8185-7d4b0819e993}"
    }
  }
}